aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugeniy E. Mikhailov <evgmik@gmail.com>2024-07-16 22:09:52 -0400
committerEugeniy E. Mikhailov <evgmik@gmail.com>2024-07-16 22:09:52 -0400
commit3924cff3745f15d33690cfae32f45be9113d5cdd (patch)
treeac0f3007b65c3df63489eca340464e6065649a75
parent666904e78ef43d4f3e941d8bd30a31cfb2a9d25a (diff)
downloadqolab-3924cff3745f15d33690cfae32f45be9113d5cdd.tar.gz
qolab-3924cff3745f15d33690cfae32f45be9113d5cdd.zip
do black formatter first then linter
-rw-r--r--tox.ini10
1 files changed, 5 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index 9529ba2..d2444e4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,16 +5,16 @@ toxworkdir=/tmp/.tox
[testenv]
basepython = python3
-[testenv:flake8]
-description = lint with flake8
-deps = flake8
-commands = flake8 --max-line-length=88
-
[testenv:black]
description = auto formatter with black
deps = black
commands = black .
+[testenv:flake8]
+description = lint with flake8
+deps = flake8
+commands = flake8 --max-line-length=88
+
[testenv:qolab_pytest]
description = test cases
usedevelop = True