mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-12 07:44:16 +00:00
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:
commit
2c64d3ec5a
1 changed files with 3 additions and 3 deletions
|
|
@ -223,7 +223,7 @@ Options and their Descriptions
|
||||||
|
|
||||||
Provide a comma-separated list of glob patterns to exclude from checks.
|
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:
|
Example patterns:
|
||||||
|
|
||||||
|
|
@ -532,7 +532,7 @@ Options and their Descriptions
|
||||||
'http://...'
|
'http://...'
|
||||||
)
|
)
|
||||||
|
|
||||||
This defaults to: 79
|
This defaults to: ``79``
|
||||||
|
|
||||||
Command-line example:
|
Command-line example:
|
||||||
|
|
||||||
|
|
@ -580,7 +580,7 @@ Options and their Descriptions
|
||||||
that start with that string. For example, you can use ``E``, ``E4``,
|
that start with that string. For example, you can use ``E``, ``E4``,
|
||||||
``E43``, and ``E431``.
|
``E43``, and ``E431``.
|
||||||
|
|
||||||
This defaults to: E,F,W,C
|
This defaults to: ``E,F,W,C90``
|
||||||
|
|
||||||
Command-line example:
|
Command-line example:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue