Bump mypy to 1.11.1 (#12463)

This commit is contained in:
sobolevn
2024-08-05 09:19:28 +03:00
committed by GitHub
parent 0fd6cd211f
commit 6f248dfa37
46 changed files with 120 additions and 113 deletions

View File

@@ -15,7 +15,7 @@ class BoundMethodDispatcher(Mapping[Any, Any]):
dispatcher: Any
def __init__(self, instance, dispatcher) -> None: ...
def __getitem__(self, key): ...
def get(self, key, default): ...
def get(self, key, default): ... # type: ignore[override]
def __iter__(self): ...
def __len__(self) -> int: ...
def __contains__(self, key): ...