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 think having a linter option warning about old-style type comment annotations, instead of PEP 3107/526 annotations, would be useful. (With the obvious exception of # type: ignore comments.) This is potentially something that would make more sense in linters like flake8, but mypy also feels like a natural place where such an option could exist.
The text was updated successfully, but these errors were encountered:
I think having a linter option warning about old-style type comment annotations, instead of PEP 3107/526 annotations, would be useful. (With the obvious exception of
# type: ignore
comments.) This is potentially something that would make more sense in linters like flake8, but mypy also feels like a natural place where such an option could exist.The text was updated successfully, but these errors were encountered: