Skip to content
Snippets Groups Projects
Commit 677e9856 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 c0be668c
No related branches found
Tags v0.0.60
No related merge requests found
......@@ -15,7 +15,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