Check Black during CI lint

This commit is contained in:
Hugo 2019-03-20 18:23:44 +02:00
parent f1ed79229e
commit 2bedb83a84

View File

@ -24,9 +24,11 @@ deps =
[testenv:lint]
commands =
black --check --diff src
flake8 --statistics --count
check-manifest
deps =
black
check-manifest
flake8
skip_install = true