We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 657436a commit 73ec64cCopy full SHA for 73ec64c
.pre-commit-config.yaml
@@ -8,15 +8,15 @@ exclude: vendor
8
9
repos:
10
- repo: https://github.com/adrienverge/yamllint
11
- rev: v1.20.0
+ rev: v1.25.0
12
hooks:
13
- id: yamllint
14
args:
15
- --format=parsable
16
- --strict
17
18
- repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt
19
- rev: 0.0.10 # or higher tag
+ rev: 0.1.0 # or higher tag
20
21
- id: yamlfmt
22
@@ -27,7 +27,7 @@ repos:
27
exclude: repocop.yaml
28
29
- repo: https://github.com/pre-commit/pre-commit-hooks
30
- rev: v2.4.0
+ rev: v3.3.0
31
32
- id: check-added-large-files
33
- id: check-byte-order-marker
0 commit comments