From: garciadeblas Date: Mon, 29 Jan 2024 21:23:06 +0000 (+0100) Subject: Pin black version in tox.ini to 23.12.1 X-Git-Tag: v14.0.2^0 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F88%2F14188%2F1;p=osm%2Fosmclient.git Pin black version in tox.ini to 23.12.1 Change-Id: I04b8293f5dd11c4f18928f8de65ff773670cdcf4 Signed-off-by: garciadeblas --- diff --git a/tox.ini b/tox.ini index e1560bb..ee43058 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 osmclient/