Description
Checks Python code using optional static type hints from PEP 484 and related typing features. It helps developers find type mistakes before running the program.
Use it in Python projects that include type annotations or want stronger editor and CI feedback. It analyzes source code from the command line and does not change the program by itself.