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
+2
View File
@@ -116,6 +116,8 @@ def run_stubtest(dist: Path, *, verbose: bool = False, ci_platforms_only: bool =
*packages_to_check,
*modules_to_check,
*allowlist_stubtest_arguments(dist_name),
# FIXME: remove once issues are fixed, refs #14699
"--ignore-disjoint-bases",
]
stubs_dir = dist.parent