Skip to content

Commit 00c3e93

Browse files
committed
chore: add more hooks to pre-commit
1 parent 3e9887d commit 00c3e93

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
33
rev: v6.0.0
4+
exclude: |
5+
(^.*\.patch$)
46
hooks:
57
- id: check-yaml
68
- id: mixed-line-ending
79
args: [--fix=lf]
10+
- id: trailing-whitespace
11+
- id: end-of-file-fixer
812
- repo: https://github.com/rhysd/actionlint
913
rev: v1.7.10
1014
hooks:

0 commit comments

Comments
 (0)