mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-25 20:33:43 +00:00
Run black on our custom scripts
This commit is contained in:
parent
c8c6951dd2
commit
81bc4fb73d
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue