aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorEugeniy E. Mikhailov <evgmik@gmail.com>2024-07-24 23:42:16 -0400
committerEugeniy E. Mikhailov <evgmik@gmail.com>2024-07-24 23:42:16 -0400
commit4b7d240115a18e8cc2815b908f663a6ccb7d4d97 (patch)
treede15b31941f4423cfd23cd4c8a5bbe0d5aa301a2 /tox.ini
parent9034123d8f82e83bc80178b516d225895edc5e44 (diff)
downloadqolab-4b7d240115a18e8cc2815b908f663a6ccb7d4d97.tar.gz
qolab-4b7d240115a18e8cc2815b908f663a6ccb7d4d97.zip
do not lint tmp dir
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