diff options
| author | Anthony Sottile <asottile@umich.edu> | 2021-04-03 21:42:57 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-03 21:42:57 -0700 |
| commit | 97134d5a32e6d02413043a45618068146ad1612b (patch) | |
| tree | 07d869265375fbc19c0e1f4c49689ea8c3b26f75 /docs | |
| parent | f018682ba5ff6e00569915d3970b77070c88ca8f (diff) | |
| parent | 4729e8ee85c3609a08b30e79255502d079ca87c4 (diff) | |
| download | flake8-97134d5a32e6d02413043a45618068146ad1612b.tar.gz | |
Merge pull request #35 from sambrightman/document-exclude-default
Update documentation of default excludes
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/source/user/invocation.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/user/invocation.rst b/docs/source/user/invocation.rst index 4c141fd..cddfab4 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. |
