From 5f6a6a2e6016787033b93912cfb8113018fa3ebd Mon Sep 17 00:00:00 2001 From: "Eugeniy E. Mikhailov" Date: Sun, 14 Jul 2024 22:03:01 -0400 Subject: added black formatter to tox --- tox.ini | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tox.ini') 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 -- cgit v1.2.3