-
Notifications
You must be signed in to change notification settings - Fork 753
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
What does "noqa" mean? #476
Comments
It used to be "nopep8" but when Flake8 and Pep8 wanted a common qualifier @florentx suggested "NoQA" as in "No Quality Assurance" (iirc) and it stuck. |
Ah, so it does mean "No Q/A" for the usual meaning of Q/A in software development. Thanks! |
What's the actual meaning? For ex what does it stand for here https://github.com/pandas-dev/pandas/blob/master/pandas/tests/io/test_parquet.py#L16 |
@maximveksler It makes flake8 and pycodestyle (nee pep8) ignore errors on that line |
I have searched for a while but get nothing correct description on the word. |
The answer is above in #476 (comment) |
This may be frivolous, but I don't know where else to ask, and Google searches aren't helpful... Does anyone here remember the etymology of "noqa"?
The text was updated successfully, but these errors were encountered: