-
-
Notifications
You must be signed in to change notification settings - Fork 326
# noqa is not working properly (or I missed sth?) #64
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
Comments
In GitLab by @sigmavirus24 on Jan 5, 2015, 05:54 The documentation is vague about this. |
In GitLab by @kreb on Jan 5, 2015, 06:26 So I find it as a big issue - I'd like to have such dictionary definition styled as a table with columns (and yes - I don't care PEP8 in this case, code readability is more important than styling) but flake8 forbids me to do it or forces me using Please fix it in next release... |
In GitLab by @sigmavirus24 on Jan 5, 2015, 06:47 That doesn't fit within the project's plans. We will not be fixing this in the next release. |
In GitLab by @spookylukey on Aug 26, 2015, 06:12 I created a plugin to do this: https://github.com/spookylukey/flake8-respect-noqa |
In GitLab by @sigmavirus24 on Mar 28, 2016, 14:22 mentioned in merge request !57 |
In GitLab by @kreb on Jan 5, 2015, 04:07
Here is a simple py file with such code:
and a result of flake8 validation:
Hmm... seems to be an error - # noqa is not working in this case as documentation claims :(
The text was updated successfully, but these errors were encountered: