Mercurial > hg
comparison mercurial/upgrade.py @ 51292:9c5bd485fbb6
pytype: ignore some signature mismatch in configitems
pytype is grumpy about the dict.update having a more complex signature than the
one we use here.
pytype error:
itemregister: Overriding method signature mismatch [signature-mismatch]
Base signature: 'def builtins.dict.update(self) -> None'.
Subclass signature: 'def itemregister.update(self, other) -> Any'.
Parameter 'other' must have a default value.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Tue, 19 Dec 2023 21:26:30 +0100 |
parents | 4f04bb0d8deb |
children | 493034cc3265 |
comparison
equal
deleted
inserted
replaced
51291:0bb5299800ca | 51292:9c5bd485fbb6 |
---|