Skip to content

Commit e61d15a

Browse files
committed
chore: run "pre-commit autoupdate"
1 parent aaadf6c commit e61d15a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.3.0
4+
rev: v4.4.0
55
hooks:
66
- id: check-added-large-files
77
- id: check-case-conflict
@@ -20,16 +20,16 @@ repos:
2020
exclude: examples/ignore/example-ignore.md
2121

2222
- repo: https://github.com/adrienverge/yamllint
23-
rev: v1.28.0
23+
rev: v1.30.0
2424
hooks:
2525
- id: yamllint
2626
args:
2727
- --config-file=.yamllint
2828
- --strict
2929

3030
- repo: https://github.com/rhysd/actionlint
31-
rev: v1.6.19
31+
rev: v1.6.23
3232
hooks:
3333
- id: actionlint-docker
3434

35-
minimum_pre_commit_version: !!str 2.16
35+
minimum_pre_commit_version: !!str 3.2

0 commit comments

Comments
 (0)