1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 14:41:39 +00:00

Add black format check to tox runs

This commit is contained in:
2021-08-15 04:10:46 -05:00
parent ffe6b7047c
commit bc942b8263

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