Skip to content
Snippets Groups Projects
Commit fe3ec554 authored by Stefano Zacchiroli's avatar Stefano Zacchiroli
Browse files

tox.ini: pin black to the pre-commit version (19.10b0) to avoid flip-flops

parent 362ebf60
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ commands =
[testenv:black]
skip_install = true
deps =
black
black==19.10b0
commands =
{envpython} -m black --check swh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment