From b419f967474a82e2a16b25451dd4b966e63134c5 Mon Sep 17 00:00:00 2001 From: Aarni Koskela Date: Tue, 13 Oct 2020 18:40:20 +0300 Subject: [PATCH] Run Black as part of style check --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 645a1a5..a921ff2 100644 --- a/tox.ini +++ b/tox.ini @@ -16,7 +16,9 @@ deps = skip_install = True basepython = python3.6 deps = -rrequirements-stylecheck.txt -commands = flake8 {posargs} +commands = + black --check + flake8 {posargs} [gh-actions] python =