Merge branch 'docs-options-defaults' into 'master'

Fix options docs to correct some defaults

See merge request pycqa/flake8!450
This commit is contained in:
Anthony Sottile 2020-09-02 15:59:45 +00:00
commit 2c64d3ec5a

View file

@ -223,7 +223,7 @@ Options and their Descriptions
Provide a comma-separated list of glob patterns to exclude from checks.
This defaults to: ``.svn,CVS,.bzr,.hg,.git,__pycache__,.tox``
This defaults to: ``.svn,CVS,.bzr,.hg,.git,__pycache__,.tox,.eggs,*.egg``
Example patterns:
@ -532,7 +532,7 @@ Options and their Descriptions
'http://...'
)
This defaults to: 79
This defaults to: ``79``
Command-line example:
@ -580,7 +580,7 @@ Options and their Descriptions
that start with that string. For example, you can use ``E``, ``E4``,
``E43``, and ``E431``.
This defaults to: E,F,W,C
This defaults to: ``E,F,W,C90``
Command-line example: