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
I would also highly recommend as part of this, once type annotations are present, to have them checked for as part of CI, e.g. using mypy. I've seen that usefully spot issues before.
What
Use Python type annotations consistently across all files
Why
Type annotations make the code easier to understand for both devs and IDEs.
The text was updated successfully, but these errors were encountered: