From 13647e8113ba75eb83f4798bce7110d8c47c40d6 Mon Sep 17 00:00:00 2001 From: Vibhu Prashar Date: Sun, 17 Aug 2025 18:37:49 +0530 Subject: [PATCH] ci: remove unwanted precommit hooks This commit removes the precommit hooks that are not required for the doc repository. Signed-off-by: Vibhu Prashar --- .pre-commit-config.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 152a7c5f..8b8c9a9f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -41,13 +41,3 @@ repos: - id: commitlint stages: [commit-msg] additional_dependencies: ["@commitlint/config-conventional"] # yamllint disable-line rule:quoted-strings - - - repo: https://github.com/pecigonzalo/pre-commit-shfmt - rev: v2.2.0 - hooks: - - id: shell-fmt-go - types: [file] - files: \.sh$ - args: - - -w - - -l