Description
Check Python code for type errors, missing imports, API mismatches, and editor-friendly diagnostics without running the program. It helps developers catch mistakes earlier in typed or gradually typed Python projects.
Type checking reads source code and configuration but does not prove runtime behavior. Review suppressions and project settings so real issues are not hidden.