Update documentation of default excludes

This commit is contained in:
Sam Brightman 2019-02-25 22:43:05 +00:00
parent 88caf5ac48
commit 4729e8ee85
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -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: