From cd21ec69cc9c25d80dfd36a7dd0b88e1e93ec66d Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Tue, 30 Jan 2024 12:40:39 +0100 Subject: [PATCH] Pin black version in tox.ini to 23.12.1 Change-Id: I186215364fa9d16a8a5ef9cfb8feb16890d5f1f9 Signed-off-by: garciadeblas --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ -- 2.25.1