You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To create consistent code - it would preferable to have MyPy running in CI as a check.
Currently this would fail as the codebase has plenty of errors in typing...! These are gradually being fixed, but might be at the point it could be captured in one shot.
Acceptance Criteria
MyPy check runs on CI
Code passes type checking
Tests pass.
Tasks
New workflow for type checking
Fix any typing issues
Confirm creation
This issue is ready
The text was updated successfully, but these errors were encountered:
Is this the right issue type?
Summary
To create consistent code - it would preferable to have MyPy running in CI as a check.
Currently this would fail as the codebase has plenty of errors in typing...! These are gradually being fixed, but might be at the point it could be captured in one shot.
Acceptance Criteria
Tasks
Confirm creation
The text was updated successfully, but these errors were encountered: