Skip to content

Commit d475010

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 d475010

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ repos:
2424
- id: check-added-large-files
2525
- id: check-merge-conflict
2626

27-
- repo: https://github.com/adrienverge/yamllint.git
28-
rev: v1.37.0
29-
hooks:
30-
- id: yamllint
31-
3227
- repo: https://github.com/igorshubovych/markdownlint-cli
3328
rev: v0.44.0
3429
hooks:
@@ -41,13 +36,3 @@ repos:
4136
- id: commitlint
4237
stages: [commit-msg]
4338
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)