From 47026083998bf4a0c7b7ee9ec79c5c038c481f1a Mon Sep 17 00:00:00 2001 From: XiaoXia Bot Date: Thu, 16 Jul 2026 14:35:36 +0800 Subject: [PATCH] =?UTF-8?q?feat(ci):=20=E5=BC=BA=E5=88=B6=E6=BA=90?= =?UTF-8?q?=E7=A0=81=E5=AE=89=E8=A3=85black+isort=EF=BC=8C=E7=A1=AE?= =?UTF-8?q?=E4=BF=9D=E6=A0=BC=E5=BC=8F=E5=8C=96=E8=A1=8C=E4=B8=BA=E4=B8=80?= =?UTF-8?q?=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci-cd.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/ci-cd.yml b/.gitea/workflows/ci-cd.yml index 421d63385..296048c76 100755 --- a/.gitea/workflows/ci-cd.yml +++ b/.gitea/workflows/ci-cd.yml @@ -77,6 +77,10 @@ jobs: python3 -m pip install -q -r requirements-dev.txt + # Force source install of black/isort to ensure consistent formatting + # across compiled/source installations on different machines + python3 -m pip install --no-binary :all: black==26.5.1 isort==8.0.1 + python3 -m black --version python3 -m isort --version-number -- 2.54.0