diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c8af603d533636fbb266aa213d6205ed2a69eca9..fc7e70619e3be11b3a31c43a30b1125d41d9fd2e 100755 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,11 +50,3 @@ repos: language: system files: \.(c|cc|cxx|cpp|cu|h|hpp|hxx|proto|py|sh)$ exclude: (?!.*third_party)^.*$ | (?!.*book)^.*$ -- repo: local - hooks: - - id: shellcheck - name: shellcheck - entry: shellcheck - language: system - files: .sh$ - exclude: (paddle_build.sh|fast_install.sh|check_file_diff_approvals.sh)