PyCQA / flake8

flake8 is a python tool that glues together pycodestyle, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code.
https://flake8.pycqa.org
Other
3.39k stars 306 forks source link

Add per-file-ignores mention in violations.rst #1914

Open Paciupa opened 7 months ago

Paciupa commented 7 months ago

There is no mention of "per-file-ignores" option in "Selecting and Ignoring Violations" section documentation, only in "Full Listing of Options and Their Descriptions".

asottile commented 7 months ago

should this just link to the docs which already describe this option rather than duplicating it but slightly differently?

Paciupa commented 7 months ago

Maybe, but section Extending the Default Ignore List section describes --extend-ignore key the same way.

asottile commented 7 months ago

that should probably go away then too!

Paciupa commented 7 months ago

So, should I close this PR?