6.19. Type Checking

6.19.1. mypy

$ pip install mypy
$ mypy FILE

setup.cfg

[mypy]
strict_optional = True

6.19.2. pyre-check

$ pip install pyre-check

6.19.3. pytypes