From 34343ec7c2d0fd7c5f2ccee7ff6ab3dfa2e22a04 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Mon, 29 Jan 2024 22:32:10 +0100 Subject: [PATCH] Pin black version in tox.ini to 23.12.1 Change-Id: I9d88af562ab18f8e632f7c28b2d049974dc93d10 Signed-off-by: garciadeblas --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ -- 2.25.1