diff options
-rw-r--r-- | tox.ini | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |