Update mypy to 1.18.1 (#14699)

This commit is contained in:
sobolevn
2025-09-14 03:33:27 +02:00
committed by GitHub
parent 59c36c8bf9
commit 4b0623f4fb
31 changed files with 70 additions and 108 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ class local:
"_local_type",
"_local_type_set_or_del_descriptors",
)
def __init__(self, *args: object, **kwargs: object) -> None: ...
def __new__(cls, *args: object, **kwargs: object) -> Self: ...
def __copy__(self) -> Self: ...
def __getattribute__(self, name: str, /) -> Any: ...
def __delattr__(self, name: str, /) -> None: ...