mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 18:46:52 +00:00
options.rst: Update --ignore defaults to match code
3d512ae added W503 and W504 to defaults.IGNORE, but the documentation
was never updated. This commit updates the docs to match the code.
Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
This commit is contained in:
parent
dc7b082b96
commit
d225687c02
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