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 bb9cbd3 commit cc5ed2eCopy full SHA for cc5ed2e
.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.34.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.9-for-vscode
29
30
- id: prettier
31
32
- repo: https://github.com/adrienverge/yamllint
33
- rev: v1.28.0
+ rev: v1.32.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