Static type checker for Python code
Experimental optional static type checker for Python
mypy
$ mypy script.py
$ mypy src/
$ mypy --html report myproject/
$ mypy --show-error-codes --pretty script.py
$ mypy --strict mypackage/