We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example:
@dispatch(AccumulationBounds, Basic) # type: ignore # noqa:F811 def t(): ...
Error:
syntax error: Token '# type: ignore # noqa:F811' (of type 'type_comment') is unexpected here --> examples/expr2.py:9:38 | 9 | @dispatch(AccumulationBounds, Basic) # type: ignore # noqa:F811 | ^^^^^^^^^^^^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered:
TK_TYPE_COMMENT
Successfully merging a pull request may close this issue.
Example:
Error:
The text was updated successfully, but these errors were encountered: