From 349a71c8e851cc52ef04424224d239aab9abddab Mon Sep 17 00:00:00 2001 From: c1tas Date: Sat, 14 Sep 2024 18:48:13 +0800 Subject: [PATCH] feat: test new pr --- tools/pre_commit.sh | 2 ++ 1 file changed, 2 insertions(+) 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