mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-12 07:44:16 +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
|
need only specify ``W23`` to ignore them. This also works for ``W2`` and
|
||||||
``W`` (for example).
|
``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:
|
Command-line example:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue