mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-07 05:26:53 +00:00
Suppport per-file '# flake8: noqa [ignore_codes]'
This commit is contained in:
parent
8f9b4931b9
commit
6b7cfba3e0
5 changed files with 45 additions and 10 deletions
|
|
@ -136,6 +136,13 @@ the errors in that file will show up without having to modify our
|
|||
configuration. Both exist so we can choose which is better for us.
|
||||
|
||||
|
||||
Ignoring Specific Errors within a File
|
||||
--------------------------------------
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
# flake8: noqa E221,E222
|
||||
|
||||
|
||||
Selecting Violations with Flake8
|
||||
================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue