Skip to content

Commit 5218d40

Browse files
authored
[CI] Add clang-format 13.0.0 recommendation to pre_commit.sh
1 parent e41d434 commit 5218d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/codestyle/pre_commit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ if [ ${check_error} != 0 ];then
5555
echo "Your PR code style check failed."
5656
echo "Please install pre-commit locally and set up git hook scripts:"
5757
echo ""
58-
echo " pip install pre-commit==4.2.0"
58+
echo " pip install pre-commit==4.2.0 clang-format==13.0.0"
5959
echo " pre-commit install"
6060
echo ""
6161
if [[ $num_diff_files -le 100 ]];then

0 commit comments

Comments
 (0)