Skip to content

Commit 29edf97

Browse files
committed
chore: update pre-commit config
Signed-off-by: Gabor Boros <gabor.brs@gmail.com>
1 parent d9899ee commit 29edf97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ default_stages: [commit, push]
66
fail_fast: false
77
repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v4.2.0
9+
rev: v6.0.0
1010
hooks:
1111
- id: trailing-whitespace
1212
- id: end-of-file-fixer
@@ -17,6 +17,6 @@ repos:
1717
- id: check-added-large-files
1818

1919
- repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt.git
20-
rev: 0.2.1
20+
rev: 0.2.3
2121
hooks:
2222
- id: yamlfmt

0 commit comments

Comments
 (0)