Skip to content

Commit fe85f72

Browse files
ci(pre-commit): autoupdate
updates: - [github.com/igorshubovych/markdownlint-cli: v0.32.2 → v0.35.0](igorshubovych/markdownlint-cli@v0.32.2...v0.35.0) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.4 → v3.0.0-alpha.9-for-vscode](pre-commit/mirrors-prettier@v3.0.0-alpha.4...v3.0.0-alpha.9-for-vscode) - [github.com/adrienverge/yamllint: v1.28.0 → v1.32.0](adrienverge/yamllint@v1.28.0...v1.32.0) - [github.com/shellcheck-py/shellcheck-py: v0.9.0.2 → v0.9.0.5](shellcheck-py/shellcheck-py@v0.9.0.2...v0.9.0.5) - [github.com/scop/pre-commit-shfmt: v3.6.0-1 → v3.7.0-1](scop/pre-commit-shfmt@v3.6.0-1...v3.7.0-1)
1 parent 190caa0 commit fe85f72

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,29 +19,29 @@ repos:
1919
args: [--markdown-linebreak-ext=md]
2020

2121
- repo: https://github.com/igorshubovych/markdownlint-cli
22-
rev: v0.32.2
22+
rev: v0.35.0
2323
hooks:
2424
- id: markdownlint
2525
args: [-c, .markdownlint.yaml, --fix]
2626

2727
- repo: https://github.com/pre-commit/mirrors-prettier
28-
rev: v3.0.0-alpha.4
28+
rev: v3.0.0-alpha.9-for-vscode
2929
hooks:
3030
- id: prettier
3131

3232
- repo: https://github.com/adrienverge/yamllint
33-
rev: v1.28.0
33+
rev: v1.32.0
3434
hooks:
3535
- id: yamllint
3636
exclude: .*.param.yaml
3737

3838
- repo: https://github.com/shellcheck-py/shellcheck-py
39-
rev: v0.9.0.2
39+
rev: v0.9.0.5
4040
hooks:
4141
- id: shellcheck
4242

4343
- repo: https://github.com/scop/pre-commit-shfmt
44-
rev: v3.6.0-1
44+
rev: v3.7.0-1
4545
hooks:
4646
- id: shfmt
4747
args: [-w, -s, -i=4]

0 commit comments

Comments
 (0)