Skip to content

Commit af19ee6

Browse files
ci(pre-commit): autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0) - [github.com/igorshubovych/markdownlint-cli: v0.40.0 → v0.45.0](igorshubovych/markdownlint-cli@v0.40.0...v0.45.0) - [github.com/adrienverge/yamllint: v1.35.1 → v1.37.1](adrienverge/yamllint@v1.35.1...v1.37.1) - [github.com/shellcheck-py/shellcheck-py: v0.10.0.1 → v0.11.0.1](shellcheck-py/shellcheck-py@v0.10.0.1...v0.11.0.1) - [github.com/scop/pre-commit-shfmt: v3.8.0-1 → v3.12.0-2](scop/pre-commit-shfmt@v3.8.0-1...v3.12.0-2)
1 parent 2b19eb5 commit af19ee6

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
@@ -4,7 +4,7 @@ ci:
44

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

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

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

3737
- repo: https://github.com/shellcheck-py/shellcheck-py
38-
rev: v0.10.0.1
38+
rev: v0.11.0.1
3939
hooks:
4040
- id: shellcheck
4141

4242
- repo: https://github.com/scop/pre-commit-shfmt
43-
rev: v3.8.0-1
43+
rev: v3.12.0-2
4444
hooks:
4545
- id: shfmt
4646
args: [-w, -s, -i=4]

0 commit comments

Comments
 (0)