From 5218d40af637fbb0a90cc3e406d7dc9a4a7c6fa1 Mon Sep 17 00:00:00 2001 From: YuBaoku <49938469+EmmonsCurse@users.noreply.github.com> Date: Thu, 8 Jan 2026 21:47:19 +0800 Subject: [PATCH] [CI] Add clang-format 13.0.0 recommendation to pre_commit.sh --- tools/codestyle/pre_commit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/codestyle/pre_commit.sh b/tools/codestyle/pre_commit.sh index 7060b62158..12808c2716 100644 --- a/tools/codestyle/pre_commit.sh +++ b/tools/codestyle/pre_commit.sh @@ -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