From 638da873451f3a4c49d665c7502a4cc54f6a081b Mon Sep 17 00:00:00 2001 From: David Rubinstein Date: Tue, 12 Mar 2024 15:32:40 -0400 Subject: [PATCH] unpin black in check-formatting --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 38a9380..cbb2c00 100644 --- a/tox.ini +++ b/tox.ini @@ -34,7 +34,7 @@ commands = check-manifest --ignore 'tests/*' [testenv:check-formatting] basepython = python3.10 -deps = black==23.1.0 +deps = black skip_install = true commands = black {env:SOURCE} tests --line-length {env:LINE_LENGTH} --diff --check