mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Run mypy on the test cases and test scripts (#7746)
This commit is contained in:
@@ -19,8 +19,8 @@ import sys
|
||||
import traceback
|
||||
from collections.abc import Sequence
|
||||
|
||||
from pytype import config as pytype_config, load_pytd
|
||||
from pytype.pytd import typeshed
|
||||
from pytype import config as pytype_config, load_pytd # type: ignore[import]
|
||||
from pytype.pytd import typeshed # type: ignore[import]
|
||||
|
||||
TYPESHED_SUBDIRS = ["stdlib", "stubs"]
|
||||
TYPESHED_HOME = "TYPESHED_HOME"
|
||||
|
||||
Reference in New Issue
Block a user