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 = ...@@ -14,7 +14,7 @@ commands =
[testenv:black] [testenv:black]
skip_install = true skip_install = true
deps = deps =
black black==19.10b0
commands = commands =
{envpython} -m black --check swh {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