Skip to content

Commit a25a020

Browse files
committed
pre-commit autoupdate
1 parent fa2bb3e commit a25a020

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
66
- id: check-hooks-apply
77
- id: check-useless-excludes
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: "v4.5.0"
9+
rev: "v5.0.0"
1010
hooks:
1111
- id: check-added-large-files
1212
- id: check-case-conflict
@@ -20,16 +20,16 @@ repos:
2020
# args: [--branch, main, --branch, master, --branch, devel]
2121
- id: trailing-whitespace
2222
- repo: https://github.com/adrienverge/yamllint
23-
rev: "v1.33.0"
23+
rev: "v1.35.1"
2424
hooks:
2525
- id: yamllint
2626
- repo: https://github.com/Mateusz-Grzelinski/actionlint-py
27-
rev: "v1.6.26.11"
27+
rev: "v1.7.6.22"
2828
hooks:
2929
- id: actionlint
3030
additional_dependencies: [shellcheck-py>=0.9.0.6]
3131
- repo: https://github.com/shellcheck-py/shellcheck-py
32-
rev: "v0.9.0.6"
32+
rev: "v0.10.0.1"
3333
hooks:
3434
- id: shellcheck
3535
# - repo: https://github.com/rhysd/actionlint

0 commit comments

Comments
 (0)