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
There is an unfortunate interaction between the linting rule "MissingTypeAnnotation" and "Add inferred annotation" code action.
If you disable the linting rule, you cannot trigger the code action for top-level functions missing a type annotation.
I would be happy to make a PR fixing this. If we agree that there is no reason to disable the code action just because the linter does not report it as an error.
The text was updated successfully, but these errors were encountered:
There is an unfortunate interaction between the linting rule "MissingTypeAnnotation" and "Add inferred annotation" code action.
If you disable the linting rule, you cannot trigger the code action for top-level functions missing a type annotation.
I would be happy to make a PR fixing this. If we agree that there is no reason to disable the code action just because the linter does not report it as an error.
The text was updated successfully, but these errors were encountered: