New issue
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
Respect NOQA comments #556
Comments
|
Hi, I'm new here and would love to take this issue. But I may need some help. Is there any advice on getting started? Any response will be appreciated! |
|
I think most of the changes should be to Take a look at the For an example of how end-of-line comments are handled, see the function |
|
@eindiran Thanks for your quick reply! I'll get started based on information you provided. |
|
Hmmm... I'm just realizing that the problem with this is that comments don't get added to |
|
I think the solution to this has to be to store strict errors/warnings rather than raising them immediately until |


Should suppress
--strictwarnings.The text was updated successfully, but these errors were encountered: