From bc942b8263b8c102f9061c901cf86e295a917033 Mon Sep 17 00:00:00 2001 From: Andrew Senetar Date: Sun, 15 Aug 2021 04:10:46 -0500 Subject: [PATCH] Add black format check to tox runs --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 84245697..1f5445bd 100644 --- a/tox.ini +++ b/tox.ini @@ -9,6 +9,7 @@ setenv = commands = python build.py --modules flake8 + black --check . {posargs:py.test core hscommon} deps = -r{toxinidir}/requirements.txt