Open fenhl opened 8 months ago
Add a CI check that uses something like mypy to validate the type annotations in our Python code, to enforce the static typing and to catch PRs like #2155 introducing bugs in the type annotations.
Before we enforce type checks in CI, they need to pass first. So this is blocked on #2193.
Add a CI check that uses something like mypy to validate the type annotations in our Python code, to enforce the static typing and to catch PRs like #2155 introducing bugs in the type annotations.