[CI] Add clang-format 13.0.0 recommendation to pre_commit.sh

This commit is contained in:
YuBaoku
2026-01-08 21:47:19 +08:00
committed by GitHub
parent e41d434548
commit 5218d40af6
+1 -1
View File
@@ -55,7 +55,7 @@ if [ ${check_error} != 0 ];then
echo "Your PR code style check failed."
echo "Please install pre-commit locally and set up git hook scripts:"
echo ""
echo " pip install pre-commit==4.2.0"
echo " pip install pre-commit==4.2.0 clang-format==13.0.0"
echo " pre-commit install"
echo ""
if [[ $num_diff_files -le 100 ]];then