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 5c8a0ba commit 30f2be2Copy full SHA for 30f2be2
.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.3.0
+ rev: v4.6.0
8
hooks:
9
- id: check-json
10
- id: check-merge-conflict
@@ -19,18 +19,18 @@ repos:
19
args: [--markdown-linebreak-ext=md]
20
21
- repo: https://github.com/igorshubovych/markdownlint-cli
22
- rev: v0.31.1
+ rev: v0.42.0
23
24
- id: markdownlint
25
args: [-c, .markdownlint.yaml, --fix]
26
27
- repo: https://github.com/pre-commit/mirrors-prettier
28
- rev: v2.7.1
+ rev: v4.0.0-alpha.8
29
30
- id: prettier
31
32
- repo: https://github.com/adrienverge/yamllint
33
- rev: v1.26.3
+ rev: v1.35.1
34
35
- id: yamllint
36
0 commit comments