Skip to content
Snippets Groups Projects
Commit 19d101d7 authored by garciadeblas's avatar garciadeblas
Browse files

Pin black version in tox.ini to 23.12.1


Change-Id: I881236dd3305a7473f13f62c5f9034bd0905d609
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent 03d21e34
No related branches found
Tags v14.0.2
No related merge requests found
......@@ -29,7 +29,7 @@ deps = -r{toxinidir}/requirements.txt
#######################################################################################
[testenv:black]
deps = black
deps = black==23.12.1
skip_install = true
commands =
black --check --diff osm_nbi/
......
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