Pycodestyle: What does "noqa" mean?

Created on 4 Feb 2016  路  7Comments  路  Source: PyCQA/pycodestyle

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

Most helpful comment

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.

All 7 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.

Was this page helpful?
0 / 5 - 0 ratings