Skip to content
Snippets Groups Projects
Commit 4d6b9918 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 5e4bb283
No related branches found
Tags v0.2.3
No related merge requests found
......@@ -18,7 +18,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