We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d5f1e0 commit d475010Copy full SHA for d475010
.pre-commit-config.yaml
@@ -24,11 +24,6 @@ repos:
24
- id: check-added-large-files
25
- id: check-merge-conflict
26
27
- - repo: https://github.com/adrienverge/yamllint.git
28
- rev: v1.37.0
29
- hooks:
30
- - id: yamllint
31
-
32
- repo: https://github.com/igorshubovych/markdownlint-cli
33
rev: v0.44.0
34
hooks:
@@ -41,13 +36,3 @@ repos:
41
36
- id: commitlint
42
37
stages: [commit-msg]
43
38
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
48
- - id: shell-fmt-go
49
- types: [file]
50
- files: \.sh$
51
- args:
52
- - -w
53
- - -l
0 commit comments