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
+3 -3
View File
@@ -1,5 +1,4 @@
from typing import Final
from typing_extensions import Self
from .book import Book, Name
from .timemachine import *
@@ -64,8 +63,9 @@ class Ref3D(tuple[int, int, int, int, int, int, int, int, int, int, int, int]):
rowxhi: int
colxlo: int
colxhi: int
def __new__(cls, atuple: tuple[int, int, int, int, int, int, int, int, int, int, int, int]) -> Self: ...
def __init__(self, atuple: tuple[int, int, int, int, int, int, int, int, int, int, int, int]) -> None: ...
def __init__( # pyright: ignore[reportInconsistentConstructor]
self, atuple: tuple[int, int, int, int, int, int, int, int, int, int, int, int]
) -> None: ...
def evaluate_name_formula(bk: Book, nobj: Name, namex: str, blah: int = 0, level: int = 0) -> None: ...
def decompile_formula(