mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-13 16:14:18 +00:00
Update documentation of default excludes
This commit is contained in:
parent
88caf5ac48
commit
4729e8ee85
2 changed files with 2 additions and 2 deletions
|
|
@ -98,7 +98,7 @@ And you should see something like:
|
||||||
unified diff provided on standard in by the user.
|
unified diff provided on standard in by the user.
|
||||||
--exclude=patterns Comma-separated list of files or directories to
|
--exclude=patterns Comma-separated list of files or directories to
|
||||||
exclude.(Default:
|
exclude.(Default:
|
||||||
.svn,CVS,.bzr,.hg,.git,__pycache__,.tox)
|
.svn,CVS,.bzr,.hg,.git,__pycache__,.tox,.eggs,*.egg)
|
||||||
--filename=patterns Only check for filenames matching the patterns in this
|
--filename=patterns Only check for filenames matching the patterns in this
|
||||||
comma-separated list. (Default: *.py)
|
comma-separated list. (Default: *.py)
|
||||||
--format=format Format errors according to the chosen formatter.
|
--format=format Format errors according to the chosen formatter.
|
||||||
|
|
|
||||||
|
|
@ -227,7 +227,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:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue