We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bb7bd4 commit 3188447Copy full SHA for 3188447
.pre-commit-config.yaml
@@ -4,7 +4,7 @@ ci:
4
5
repos:
6
- repo: https://github.com/pre-commit/pre-commit-hooks
7
- rev: v4.6.0
+ rev: v5.0.0
8
hooks:
9
- id: check-json
10
- id: check-merge-conflict
@@ -18,7 +18,7 @@ repos:
18
args: [--markdown-linebreak-ext=md]
19
20
- repo: https://github.com/igorshubovych/markdownlint-cli
21
- rev: v0.41.0
+ rev: v0.44.0
22
23
- id: markdownlint
24
args: [-c, .markdownlint.yaml, --fix]
@@ -29,7 +29,7 @@ repos:
29
- id: prettier
30
31
- repo: https://github.com/adrienverge/yamllint
32
- rev: v1.35.1
+ rev: v1.37.1
33
34
- id: yamllint
35
@@ -39,7 +39,7 @@ repos:
39
- id: shellcheck
40
41
- repo: https://github.com/scop/pre-commit-shfmt
42
- rev: v3.9.0-1
+ rev: v3.11.0-1
43
44
- id: shfmt
45
args: [-w, -s, -i=4]
0 commit comments