Skip to content

Commit 3a7b9c2

Browse files
ci(pre-commit): autoupdate (#1310)
updates: - [github.com/igorshubovych/markdownlint-cli: v0.31.1 → v0.32.1](igorshubovych/markdownlint-cli@v0.31.1...v0.32.1) - [github.com/adrienverge/yamllint: v1.26.3 → v1.27.1](adrienverge/yamllint@v1.26.3...v1.27.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 8f8208f commit 3a7b9c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
args: [--markdown-linebreak-ext=md]
2020

2121
- repo: https://github.com/igorshubovych/markdownlint-cli
22-
rev: v0.31.1
22+
rev: v0.32.1
2323
hooks:
2424
- id: markdownlint
2525
args: [-c, .markdownlint.yaml, --fix]
@@ -30,7 +30,7 @@ repos:
3030
- id: prettier
3131

3232
- repo: https://github.com/adrienverge/yamllint
33-
rev: v1.26.3
33+
rev: v1.27.1
3434
hooks:
3535
- id: yamllint
3636

0 commit comments

Comments
 (0)