Skip to content

Commit 73ec64c

Browse files
author
Peter Mounce
committed
latest versions since everything's new anyway
1 parent 657436a commit 73ec64c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ exclude: vendor
88

99
repos:
1010
- repo: https://github.com/adrienverge/yamllint
11-
rev: v1.20.0
11+
rev: v1.25.0
1212
hooks:
1313
- id: yamllint
1414
args:
1515
- --format=parsable
1616
- --strict
1717

1818
- repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt
19-
rev: 0.0.10 # or higher tag
19+
rev: 0.1.0 # or higher tag
2020
hooks:
2121
- id: yamlfmt
2222
args:
@@ -27,7 +27,7 @@ repos:
2727
exclude: repocop.yaml
2828

2929
- repo: https://github.com/pre-commit/pre-commit-hooks
30-
rev: v2.4.0
30+
rev: v3.3.0
3131
hooks:
3232
- id: check-added-large-files
3333
- id: check-byte-order-marker

0 commit comments

Comments
 (0)