Check Black on CI
This commit is contained in:
parent
f3c9b4150d
commit
e5a5278d51
1 changed files with 2 additions and 0 deletions
2
tox.ini
2
tox.ini
|
@ -41,5 +41,7 @@ commands =
|
||||||
[testenv:py3lint]
|
[testenv:py3lint]
|
||||||
deps =
|
deps =
|
||||||
{[testenv:lint]deps}
|
{[testenv:lint]deps}
|
||||||
|
black
|
||||||
commands =
|
commands =
|
||||||
{[testenv:lint]commands}
|
{[testenv:lint]commands}
|
||||||
|
black --check .
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue