A static type analyzer for Python code.
Pytype is a static type analyzer for Python code. It can infer types on code without type annotations, and can also check code that has type annotations.
pip install pytypepytype your_file.pyFor more information, see the documentation.