5.8. CI/CD Type Checking

5.8.1. mypy

$ python -m pip install mypy
$ mypy FILE

setup.cfg

[mypy]
strict_optional = True

5.8.2. pyre-check

$ python -m pip install pyre-check

5.8.3. pytypes