Skip to content

Commit 58a039a

Browse files
ci(pre-commit): autoupdate
updates: - [github.com/igorshubovych/markdownlint-cli: v0.37.0 → v0.39.0](igorshubovych/markdownlint-cli@v0.37.0...v0.39.0) - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8) - [github.com/adrienverge/yamllint: v1.33.0 → v1.35.1](adrienverge/yamllint@v1.33.0...v1.35.1) - [github.com/shellcheck-py/shellcheck-py: v0.9.0.6 → v0.10.0.1](shellcheck-py/shellcheck-py@v0.9.0.6...v0.10.0.1) - [github.com/scop/pre-commit-shfmt: v3.7.0-4 → v3.8.0-1](scop/pre-commit-shfmt@v3.7.0-4...v3.8.0-1)
1 parent 159d110 commit 58a039a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,28 +18,28 @@ repos:
1818
args: [--markdown-linebreak-ext=md]
1919

2020
- repo: https://github.com/igorshubovych/markdownlint-cli
21-
rev: v0.37.0
21+
rev: v0.39.0
2222
hooks:
2323
- id: markdownlint
2424
args: [-c, .markdownlint.yaml, --fix]
2525

2626
- repo: https://github.com/pre-commit/mirrors-prettier
27-
rev: v3.1.0
27+
rev: v4.0.0-alpha.8
2828
hooks:
2929
- id: prettier
3030

3131
- repo: https://github.com/adrienverge/yamllint
32-
rev: v1.33.0
32+
rev: v1.35.1
3333
hooks:
3434
- id: yamllint
3535

3636
- repo: https://github.com/shellcheck-py/shellcheck-py
37-
rev: v0.9.0.6
37+
rev: v0.10.0.1
3838
hooks:
3939
- id: shellcheck
4040

4141
- repo: https://github.com/scop/pre-commit-shfmt
42-
rev: v3.7.0-4
42+
rev: v3.8.0-1
4343
hooks:
4444
- id: shfmt
4545
args: [-w, -s, -i=4]

0 commit comments

Comments
 (0)