mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-04 12:16:53 +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.
|
||||
--exclude=patterns Comma-separated list of files or directories to
|
||||
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
|
||||
comma-separated list. (Default: *.py)
|
||||
--format=format Format errors according to the chosen formatter.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue