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
{{ message }}
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
# should be an error, invalid codedeffoo(): # noqa: asdf
...
# should be an error, noqa comment has no effectdefbar(): # noqa: D103"""asdf"""# should be an error, a space is required after the colon, so this just ignores all errors not just D103defbaz(): # noqa:D103
...
The text was updated successfully, but these errors were encountered:
DetachHead
changed the title
error on invalid noqa comments
error on invalid/unused noqa comments
May 9, 2023
The text was updated successfully, but these errors were encountered: