Static type checker for Python that finds bugs before runtime
Experimental optional static type checker for Python
mypy
$ mypy script.py
$ mypy src/
$ mypy --strict project.py