-
Notifications
You must be signed in to change notification settings - Fork 288
Open
Labels
cat: infrastructuresupported platforms, dependency detection, etc.supported platforms, dependency detection, etc.enhancement
Description
Running mypy on a script that uses pytype results in the following:
tests/pytype_test.py:22: error: Skipping analyzing "pytype": module is installed, but missing library stubs or py.typed marker [import]
tests/pytype_test.py:23: error: Skipping analyzing "pytype.imports": module is installed, but missing library stubs or py.typed marker [import]
tests/pytype_test.py:23: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
https://github.com/python/typeshed/blob/main/tests/pytype_test.py
Avasam
Metadata
Metadata
Assignees
Labels
cat: infrastructuresupported platforms, dependency detection, etc.supported platforms, dependency detection, etc.enhancement