aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorEugeniy E. Mikhailov <evgmik@gmail.com>2024-07-14 22:03:01 -0400
committerEugeniy E. Mikhailov <evgmik@gmail.com>2024-07-14 22:15:24 -0400
commit5f6a6a2e6016787033b93912cfb8113018fa3ebd (patch)
tree59eed30284c751848eda85556b8ecee5f4c99e40 /tox.ini
parentb7ba7bf22a71ea59cb0cadad366e8f527dffe0b2 (diff)
downloadqolab-5f6a6a2e6016787033b93912cfb8113018fa3ebd.tar.gz
qolab-5f6a6a2e6016787033b93912cfb8113018fa3ebd.zip
added black formatter to tox
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 5 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 13057e4..f45ed53 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,6 +9,11 @@ description = lint with flake8
deps = flake8
commands = flake8 --max-line-length=88
+[testenv:black]
+description = auto formatter with black
+deps = black
+commands = black .
+
[testenv:pytest]
description = test cases
usedevelop = True