We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e41d434 commit 5218d40Copy full SHA for 5218d40
tools/codestyle/pre_commit.sh
@@ -55,7 +55,7 @@ if [ ${check_error} != 0 ];then
55
echo "Your PR code style check failed."
56
echo "Please install pre-commit locally and set up git hook scripts:"
57
echo ""
58
- echo " pip install pre-commit==4.2.0"
+ echo " pip install pre-commit==4.2.0 clang-format==13.0.0"
59
echo " pre-commit install"
60
61
if [[ $num_diff_files -le 100 ]];then
0 commit comments