1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2024-12-14 15:59:02 +00:00

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

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