mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-01 13:40:23 +08:00
Run stubtest with --strict-type-check-only (#15604)
This commit is contained in:
@@ -28,6 +28,7 @@ def run_stubtest(typeshed_dir: Path) -> int:
|
||||
"mypy.stubtest",
|
||||
"--check-typeshed",
|
||||
"--show-traceback",
|
||||
"--strict-type-check-only",
|
||||
"--custom-typeshed-dir",
|
||||
str(typeshed_dir),
|
||||
*allowlist_stubtest_arguments("stdlib"),
|
||||
|
||||
Reference in New Issue
Block a user