type checking

have the type checking in the code (for simpler functions and basic data types).

  • use the static type checker like Pytype and run

  • pytype main.py

or use Pylint.

Last updated