summaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2019-02-16 17:29:30 +0000
committerAnthony Sottile <asottile@umich.edu>2019-02-16 17:29:30 +0000
commit684ffb3306af89e4092c4598aa9ae4294eb52eb8 (patch)
tree0348321c29a92e11503724ca76222ef2c2c9b195 /docs/source
parentdc7b082b96751c8ef7bfc616f8701d432afa7ef7 (diff)
parentd225687c028b8fdee951d8d01cb48dd659910776 (diff)
downloadflake8-684ffb3306af89e4092c4598aa9ae4294eb52eb8.tar.gz
Merge branch 'update-options-ignore-defaults' into 'master'
Update documented --ignore defaults to match code See merge request pycqa/flake8!304
Diffstat (limited to 'docs/source')
-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: