Skip to content

Commit 657a1ae

Browse files
ci(pre-commit): autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/igorshubovych/markdownlint-cli: v0.37.0 → v0.41.0](igorshubovych/markdownlint-cli@v0.37.0...v0.41.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.9.0-1](scop/pre-commit-shfmt@v3.7.0-4...v3.9.0-1) - [github.com/AleksaC/hadolint-py: v2.12.0.3 → v2.12.1b3](AleksaC/hadolint-py@v2.12.0.3...v2.12.1b3)
1 parent d33b3d3 commit 657a1ae

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.5.0
7+
rev: v4.6.0
88
hooks:
99
- id: check-json
1010
- id: check-merge-conflict
@@ -18,34 +18,34 @@ repos:
1818
args: [--markdown-linebreak-ext=md]
1919

2020
- repo: https://github.com/igorshubovych/markdownlint-cli
21-
rev: v0.37.0
21+
rev: v0.41.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.9.0-1
4343
hooks:
4444
- id: shfmt
4545
args: [-w, -s, -i=4]
4646

4747
- repo: https://github.com/AleksaC/hadolint-py
48-
rev: v2.12.0.3
48+
rev: v2.12.1b3
4949
hooks:
5050
- id: hadolint
5151

0 commit comments

Comments
 (0)