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

Pin black version in tox.ini to 23.12.1


Change-Id: I0e565f8b998b6cf2d34960be66c09d899e8e20ed
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent f66ebba7
No related branches found
Tags v15.0.1
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