You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This extension is based on mypy type checker. mypy is a Python based linter that does type checking. Since it is written in Python it requires Python to run. This extension only supports linting and type checking.
Pylance uses a different type checker, in addition it also provides completions, hover, go definition , etc. it can run without Python.
and does the pylance check the type across all files including from the imports ?
The text was updated successfully, but these errors were encountered: