Skip to content

Commit b67d65a

Browse files
committed
Add yamlfmt hook
1 parent 93b1036 commit b67d65a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ repos:
1616
- id: end-of-file-fixer
1717
- id: check-yaml
1818
- id: check-added-large-files
19+
- repo: https://github.com/google/yamlfmt
20+
rev: a69a26f0e2a6d5768f3496239ba1e41c6bb74b6e # frozen: v0.17.2
21+
hooks:
22+
- id: yamlfmt
1923
- repo: https://github.com/asottile/pyupgrade
2024
rev: 37bfa06d791fd38fb4e54910b36a2ff57641b074 # frozen: v3.20.0
2125
hooks:

0 commit comments

Comments
 (0)