diff --git a/tools/pre_commit.sh b/tools/pre_commit.sh index 3a179782c..109f54f4b 100644 --- a/tools/pre_commit.sh +++ b/tools/pre_commit.sh @@ -1,5 +1,7 @@ set +x +echo "new pr here" + # use pre-commit 2.17 if ! [[ $(pre-commit --version) == *"2.17.0"* ]]; then pip install pre-commit==2.17.0 1>nul