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 a0844ad commit 97fb1c3Copy full SHA for 97fb1c3
.pre-commit-config.yaml
@@ -19,18 +19,18 @@ repos:
19
args: [--markdown-linebreak-ext=md]
20
21
- repo: https://github.com/igorshubovych/markdownlint-cli
22
- rev: v0.32.2
+ rev: v0.33.0
23
hooks:
24
- id: markdownlint
25
args: [-c, .markdownlint.yaml, --fix]
26
27
- repo: https://github.com/pre-commit/mirrors-prettier
28
- rev: v3.0.0-alpha.4
+ rev: v3.0.0-alpha.6
29
30
- id: prettier
31
32
- repo: https://github.com/adrienverge/yamllint
33
- rev: v1.28.0
+ rev: v1.30.0
34
35
- id: yamllint
36
exclude: .*.param.yaml
@@ -41,7 +41,7 @@ repos:
41
- id: shellcheck
42
43
- repo: https://github.com/scop/pre-commit-shfmt
44
- rev: v3.6.0-1
+ rev: v3.6.0-2
45
46
- id: shfmt
47
args: [-w, -s, -i=4]
0 commit comments