Skip to content

Commit 3e88207

Browse files
committed
add more pre-commit hooks
1 parent d2eb3dd commit 3e88207

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.pre-commit-config.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,13 @@ repos:
2727
hooks:
2828
- id: check-yaml
2929
files: \.ya?ml$
30+
- id: check-added-large-files
31+
- id: check-illegal-windows-names
32+
- id: check-json
33+
files: \.json$
34+
- id: check-merge-conflict
35+
- id: check-toml
36+
files: \.toml$
37+
- id: end-of-file-fixer
38+
- id: trailing-whitespace
39+
- id: mixed-line-ending

0 commit comments

Comments
 (0)