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:
Kevin Locke 2019-02-16 10:16:12 -07:00
parent dc7b082b96
commit d225687c02

View file

@ -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: