From 7fb1340ccb031d812cf8c9a24b18200d72366b04 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Tue, 30 Jan 2024 11:45:15 +0100 Subject: [PATCH] Pin black version in tox.ini to 23.12.1 Change-Id: I2ec03cafed166870a9649ac74ec34aa67f6f125a Signed-off-by: garciadeblas --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ba37407..4f45c31 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_lcm/ -- 2.25.1