Run black on our custom scripts

This commit is contained in:
Bruno Alla 2020-08-10 18:35:18 +01:00
parent c8c6951dd2
commit 81bc4fb73d

View File

@ -8,4 +8,4 @@ commands = pytest {posargs:./tests}
[testenv:black-template]
deps = black
commands = black --check hooks tests setup.py docs
commands = black --check hooks tests setup.py docs scripts