This commit is contained in:
co63oc
2025-09-22 10:55:33 +08:00
committed by GitHub
parent 5c33be5a7d
commit 718f32a6b0

View File

@@ -16,7 +16,7 @@ set +x
# use pre-commit 4.2.0
if ! [[ $(pre-commit --version) == *"4.2.0"* ]]; then
pip install pre-commit==4.2.0 1>nul
pip install pre-commit==4.2.0 1>/dev/null
fi
# Install clang-format before git commit to avoid repeat installation due to