summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini11
1 files changed, 9 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index f09b3a8..1d4da08 100644
--- a/tox.ini
+++ b/tox.ini
@@ -121,6 +121,13 @@ basepython = pypy3
[flake8]
exclude =
- .venv,
+ *.egg-info,
+ *.pyc,
+ .git,
.tox,
- whitelist.py
+ .venv*,
+ build,
+ dist,
+ docker,
+ venv*,
+ whitelist.py \ No newline at end of file