feat(ci): 强制源码安装black+isort,根治格式化行为不一致 #404

Merged
xiaoxia merged 3 commits from feat/ci-black-source-install into develop 2026-07-16 22:19:16 +08:00
+4
View File
@@ -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