Skip to content

Type Checking

Python Type Checking

For our Python code, we use pyright as our static type checker because it has excellent IDE support in VS Code via pylance.

To run Python type-checking, run:

./scripts/run_py_typecheck.sh

This will setup the pre-requisites needed for type-checking.