Skip to content

Commit 73d6852

Browse files
ci(pre-commit): autoupdate (#234)
* ci(pre-commit): autoupdate updates: - [github.com/igorshubovych/markdownlint-cli: v0.33.0 → v0.34.0](igorshubovych/markdownlint-cli@v0.33.0...v0.34.0) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.6 → v3.0.0-alpha.9-for-vscode](pre-commit/mirrors-prettier@v3.0.0-alpha.6...v3.0.0-alpha.9-for-vscode) - [github.com/adrienverge/yamllint: v1.30.0 → v1.32.0](adrienverge/yamllint@v1.30.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) * style(pre-commit): autofix --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>
1 parent 9912fa0 commit 73d6852

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

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

2020
- repo: https://github.com/igorshubovych/markdownlint-cli
21-
rev: v0.33.0
21+
rev: v0.34.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.0.0-alpha.6
27+
rev: v3.0.0-alpha.9-for-vscode
2828
hooks:
2929
- id: prettier
3030

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

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

0 commit comments

Comments
 (0)