mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-09 22:34:17 +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
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue