Add black format check to tox runs

This commit is contained in:
Andrew Senetar 2021-08-15 04:10:46 -05:00
parent ffe6b7047c
commit bc942b8263
Signed by: arsenetar
GPG Key ID: C63300DCE48AB2F1
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ setenv =
commands =
python build.py --modules
flake8
black --check .
{posargs:py.test core hscommon}
deps =
-r{toxinidir}/requirements.txt