aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index d2444e4..5bd7681 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,7 +13,7 @@ commands = black .
[testenv:flake8]
description = lint with flake8
deps = flake8
-commands = flake8 --max-line-length=88
+commands = flake8 --max-line-length=88 --exclude tmp
[testenv:qolab_pytest]
description = test cases