Add .nox to default exclude list

This commit is contained in:
Scott Barlow 2021-11-07 17:39:16 -08:00
parent e34647fb37
commit 163814547d
4 changed files with 6 additions and 3 deletions

View file

@ -98,7 +98,8 @@ 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,.eggs,*.egg)
.svn,CVS,.bzr,.hg,.git,__pycache__,.tox,.nox,.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.

View file

@ -261,7 +261,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,.eggs,*.egg``
This defaults to: ``.svn,CVS,.bzr,.hg,.git,__pycache__,.tox,.nox,.eggs,*.egg``
Example patterns: