5.19. Type Checking

5.19.1. mypy

$ pip install mypy
$ mypy FILE

setup.cfg

[mypy]
strict_optional = True

5.19.2. pyre-check

$ pip install pyre-check

5.19.3. pytypes