mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-15 16:49:52 +00:00
Merge pull request #35 from sambrightman/document-exclude-default
Update documentation of default excludes
This commit is contained in:
commit
97134d5a32
1 changed files with 1 additions and 1 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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue