4.8. CI/CD Type Checking

4.8.1. mypy

$ pip install mypy
$ mypy FILE

setup.cfg

[mypy]
strict_optional = True

4.8.2. pyre-check

$ pip install pyre-check

4.8.3. pytypes