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
After running mypy locally, I found there are type errors and even some logic errors. Since we already have type hint in our project, it seems to be better if we can fix them now.
Plan
Step 1. Fix current type error and logic errors
Step 2. Enforce mypy type check on GitHub Action
Step 3. Introduce a stricter mypy config and remove vague type like Any
The text was updated successfully, but these errors were encountered:
After running
mypy
locally, I found there are type errors and even some logic errors. Since we already have type hint in our project, it seems to be better if we can fix them now.Plan
mypy
config and remove vague type likeAny
The text was updated successfully, but these errors were encountered: