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

@ -9,6 +9,7 @@ EXCLUDE = (
".git",
"__pycache__",
".tox",
".nox",
".eggs",
"*.egg",
)