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:
This will setup the pre-requisites needed for type-checking.