summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Locke <kevin@kevinlocke.name>2019-02-16 10:16:12 -0700
committerKevin Locke <kevin@kevinlocke.name>2019-02-16 10:16:12 -0700
commitd225687c028b8fdee951d8d01cb48dd659910776 (patch)
tree0348321c29a92e11503724ca76222ef2c2c9b195
parentdc7b082b96751c8ef7bfc616f8701d432afa7ef7 (diff)
downloadflake8-d225687c028b8fdee951d8d01cb48dd659910776.tar.gz
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>
-rw-r--r--docs/source/user/options.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/user/options.rst b/docs/source/user/options.rst
index 00164ae..ba31691 100644
--- a/docs/source/user/options.rst
+++ b/docs/source/user/options.rst
@@ -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: