mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-05 04:36:52 +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
|
|
@ -9,6 +9,7 @@ EXCLUDE = (
|
|||
".git",
|
||||
"__pycache__",
|
||||
".tox",
|
||||
".nox",
|
||||
".eggs",
|
||||
"*.egg",
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue