mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-08 14:04:16 +00:00
Update pycodestyle default ignores doc
This commit is contained in:
parent
e1de96f629
commit
d03ab8281e
1 changed files with 3 additions and 2 deletions
|
|
@ -40,8 +40,9 @@ Default
|
||||||
-------
|
-------
|
||||||
|
|
||||||
If the ``ignore`` option is not in the configuration and not in the arguments,
|
If the ``ignore`` option is not in the configuration and not in the arguments,
|
||||||
only the error codes ``E123/E133``, ``E226`` and ``E241/E242`` are ignored
|
the error codes ``E121/E123/E126``, ``E226``, ``E241/E242``, ``E704`` and
|
||||||
(see the :ref:`warning and error codes <error-codes>`).
|
``W503`` are ignored (see :ref:`warning and error codes <error-codes>` for their
|
||||||
|
their meaning).
|
||||||
|
|
||||||
Settings
|
Settings
|
||||||
--------
|
--------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue