Skip to content
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

Closed
gvanrossum opened this issue Feb 4, 2016 · 7 comments
Closed

What does "noqa" mean? #476

gvanrossum opened this issue Feb 4, 2016 · 7 comments

Comments

@gvanrossum
Copy link

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"?

@sigmavirus24
Copy link
Member

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.

@gvanrossum
Copy link
Author

Ah, so it does mean "No Q/A" for the usual meaning of Q/A in software development. Thanks!

@maximveksler
Copy link

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

@sigmavirus24
Copy link
Member

@hoylemd
Copy link

hoylemd commented Jan 9, 2018

@maximveksler It makes flake8 and pycodestyle (nee pep8) ignore errors on that line

@jkryanchou
Copy link

I have searched for a while but get nothing correct description on the word.

@gvanrossum
Copy link
Author

The answer is above in #476 (comment)

@PyCQA PyCQA locked as resolved and limited conversation to collaborators Jan 10, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants