mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-07 13:36:54 +00:00
Update default ignored errors
This new list should now reflect the default errors that are ignored as defined here:
3bcadce2a9/src/flake8/defaults.py (L15)
This commit is contained in:
parent
3bcadce2a9
commit
f2291a9c2d
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ And you should see something like:
|
|||
of opening bracket's line.
|
||||
--ignore=errors Comma-separated list of errors and warnings to ignore
|
||||
(or skip). For example, ``--ignore=E4,E51,W234``.
|
||||
(Default: E121,E123,E126,E226,E24,E704)
|
||||
(Default: E121,E123,E126,E226,E24,E704,W503,W504)
|
||||
--extend-ignore=errors
|
||||
Comma-separated list of errors and warnings to add to
|
||||
the list of ignored ones. For example, ``--extend-
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue