diff options
| author | Sam Brightman <sam.brightman@gmail.com> | 2019-02-25 22:43:05 +0000 |
|---|---|---|
| committer | Sam Brightman <sam.brightman@gmail.com> | 2019-02-25 22:43:05 +0000 |
| commit | 4729e8ee85c3609a08b30e79255502d079ca87c4 (patch) | |
| tree | 07f7ab4a7d6aea0a021dfae342340ca06806c4b6 | |
| parent | 88caf5ac484f5c09aedc02167c59c66ff0af0068 (diff) | |
| download | flake8-4729e8ee85c3609a08b30e79255502d079ca87c4.tar.gz | |
Update documentation of default excludes
| -rw-r--r-- | docs/source/user/invocation.rst | 2 | ||||
| -rw-r--r-- | docs/source/user/options.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/user/invocation.rst b/docs/source/user/invocation.rst index 099b72a..df6e003 100644 --- a/docs/source/user/invocation.rst +++ b/docs/source/user/invocation.rst @@ -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. diff --git a/docs/source/user/options.rst b/docs/source/user/options.rst index ba31691..d3b5f1a 100644 --- a/docs/source/user/options.rst +++ b/docs/source/user/options.rst @@ -227,7 +227,7 @@ Options and their Descriptions 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: |
