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
Let's discuss improvements and changes related to type annotations
If you have any experience, example, or snippet to share, feel free to suggest it into this discussion.
The text was updated successfully, but these errors were encountered:
My suggestion is to strongly encourage type annotations for new code and annotate existing codebase whenever possible. It is also advised to use mypy/pyright on pre-commit or CI stage but allow proceeding with invalid annotations because sometimes it takes a lot of effort to debug and annotate code.
Let's discuss improvements and changes related to
type annotations
If you have any experience, example, or snippet to share, feel free to suggest it into this discussion.
The text was updated successfully, but these errors were encountered: