tox.ini: pin black to the pre-commit version (19.10b0) to avoid flip-flops
This commit is contained in:
parent
5e4bb28398
commit
4d6b99188e
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
@ -18,7 +18,7 @@ commands =
|
|||
[testenv:black]
|
||||
skip_install = true
|
||||
deps =
|
||||
black
|
||||
black==19.10b0
|
||||
commands =
|
||||
{envpython} -m black --check swh
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue