Skip to content
  • Pierre-Yves David's avatar
    pytype: ignore some signature mismatch in configitems · 9c5bd485fbb6
    Pierre-Yves David authored
    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.
    9c5bd485fbb6