mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 21:16:54 +00:00
Add .nox to default exclude list
This commit is contained in:
parent
e34647fb37
commit
163814547d
4 changed files with 6 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue