From: garciadeblas Date: Tue, 30 Jan 2024 11:40:39 +0000 (+0100) Subject: Pin black version in tox.ini to 23.12.1 X-Git-Tag: v12.0.8~1 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F14%2F14214%2F1;p=osm%2Fosmclient.git Pin black version in tox.ini to 23.12.1 Change-Id: I186215364fa9d16a8a5ef9cfb8feb16890d5f1f9 Signed-off-by: garciadeblas --- diff --git a/tox.ini b/tox.ini index 604d3e2..8b329bf 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/