Suppport per-file '# flake8: noqa [ignore_codes]'

This commit is contained in:
Wes Turner 2020-02-18 04:51:05 -05:00
parent 8f9b4931b9
commit 6b7cfba3e0
5 changed files with 45 additions and 10 deletions

View file

@ -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
================================