Description
Python code can be checked with optional static typing to catch mistakes before runtime. It is useful for developers maintaining typed Python projects or migrating code toward PEP 484 annotations.
Type checkers read source code and can reveal project structure in logs. Treat reports from private repositories as development artifacts.