Merge branch 'update-options-ignore-defaults' into 'master'

Update documented --ignore defaults to match code

See merge request pycqa/flake8!304
This commit is contained in:
Anthony Sottile 2019-02-16 17:29:30 +00:00
commit 684ffb3306

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: