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
It would make sense to catch these kind of issues earlier.
Describe the solution you'd like
We can add some basic tests, I think the two snippets from the mentioned issues may be enough to start.
Describe alternatives you've considered
Maybe mypy will catch these too so pyright won't be needed. Maybe it would enough to add annotations to the examples we already have and run a type checker against them.
Additional Context
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
It looks like pyright is good at catching issues with types annotations, e.g.
Final
annotation forEnum
attributes is an error #4083It would make sense to catch these kind of issues earlier.
Describe the solution you'd like
We can add some basic tests, I think the two snippets from the mentioned issues may be enough to start.
Describe alternatives you've considered
Maybe mypy will catch these too so pyright won't be needed. Maybe it would enough to add annotations to the examples we already have and run a type checker against them.
Additional Context
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: