From: garciadeblas Date: Mon, 29 Jan 2024 17:22:09 +0000 (+0100) Subject: Pin black version in tox.ini to 23.12.1 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=7810b7cc55481f3015d30f83951202d0fd167a9f;p=osm%2FMON.git Pin black version in tox.ini to 23.12.1 Change-Id: I48c651040c823749c9f47196b6e4432cf7c40c2f Signed-off-by: garciadeblas --- diff --git a/tox.ini b/tox.ini index 8f9952c..ab29e20 100644 --- a/tox.ini +++ b/tox.ini @@ -31,7 +31,7 @@ parallel_show_output = true ####################################################################################### [testenv:black] -deps = black +deps = black==23.12.1 skip_install = true commands = black --check --diff osm_mon/