mypy

Static type checker for Python that finds bugs before runtime

brewmacoslinux
Try with needOr install directly
Source

About

Experimental optional static type checker for Python

Commands

mypy

Examples

Check type hints in a single Python file$ mypy script.py
Check an entire project directory recursively$ mypy src/
Check with strict mode enabled for comprehensive type checking$ mypy --strict project.py