mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-12 15:44:17 +00:00
Per Code Line
How to ignore one code line
This commit is contained in:
parent
16686132c1
commit
95d9eae378
1 changed files with 5 additions and 0 deletions
|
|
@ -31,6 +31,11 @@ files are read if present. Only the first file is considered. If this file
|
||||||
does not have a ``[flake8]`` section, no project specific configuration is
|
does not have a ``[flake8]`` section, no project specific configuration is
|
||||||
loaded.
|
loaded.
|
||||||
|
|
||||||
|
Per Code Line
|
||||||
|
-------
|
||||||
|
|
||||||
|
To ignore one line of code add ``# NOQA`` as a line comment.
|
||||||
|
|
||||||
Default
|
Default
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue