From 4374c34f4d318c22e8df4a1f6e12513400e98c56 Mon Sep 17 00:00:00 2001 From: Sunny Jiao <> Date: Fri, 24 Jan 2025 17:07:36 +0800 Subject: [PATCH] fix shell cehck --- .pre-commit-config.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index adb3693..156e62f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,11 +14,14 @@ repos: - repo: 'https://github.com/jumanjihouse/pre-commit-hooks' rev: 3.0.0 hooks: - - id: shellcheck - exclude: tools/docker/docker.sh - id: script-must-have-extension - id: git-dirty - id: git-check + - repo: 'https://github.com/koalaman/shellcheck-precommit' + rev: v0.7.2 + hooks: + - id: shellcheck + exclude: tools/docker/docker.sh - repo: local # check java files format use a customized script hooks: - id: checkstyle