Skip to content

Commit 13647e8

Browse files
committed
ci: remove unwanted precommit hooks
This commit removes the precommit hooks that are not required for the doc repository. Signed-off-by: Vibhu Prashar <[email protected]>
1 parent 0d5f1e0 commit 13647e8

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,3 @@ repos:
4141
- id: commitlint
4242
stages: [commit-msg]
4343
additional_dependencies: ["@commitlint/config-conventional"] # yamllint disable-line rule:quoted-strings
44-
45-
- repo: https://github.com/pecigonzalo/pre-commit-shfmt
46-
rev: v2.2.0
47-
hooks:
48-
- id: shell-fmt-go
49-
types: [file]
50-
files: \.sh$
51-
args:
52-
- -w
53-
- -l

0 commit comments

Comments
 (0)