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
View File
@@ -112,7 +112,6 @@ class Text(Node, str):
# we omit the rawsource parameter because it has been deprecated and is ignored
def __new__(cls, data: str) -> Self: ...
def __init__(self, data: str) -> None: ...
def shortrepr(self, maxlen: int = 18) -> str: ...
def copy(self) -> Self: ...
def deepcopy(self) -> Self: ...