mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 10:36:53 +00:00
Merge branch 'update-options-ignore-defaults' into 'master'
Update documented --ignore defaults to match code See merge request pycqa/flake8!304
This commit is contained in:
commit
684ffb3306
1 changed files with 1 additions and 1 deletions
|
|
@ -399,7 +399,7 @@ Options and their Descriptions
|
|||
need only specify ``W23`` to ignore them. This also works for ``W2`` and
|
||||
``W`` (for example).
|
||||
|
||||
This defaults to: ``E121,E123,E126,E226,E24,E704``
|
||||
This defaults to: ``E121,E123,E126,E226,E24,E704,W503,W504``
|
||||
|
||||
Command-line example:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue