From: Sebastian Pipping Date: Thu, 27 Nov 2025 19:56:51 +0000 (+0100) Subject: Pin black for a robust CI (#106) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2f60b7bb80734eb5552fe415a1d7469236a9af9;p=thirdparty%2Fpython-drafthorse.git Pin black for a robust CI (#106) --- diff --git a/requirements_dev.txt b/requirements_dev.txt index 17ce34c..fdc09b4 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -3,6 +3,6 @@ pypdf pytest flake8 isort -black +black==25.11.0 coverage codecov