Skip to content

Commit c508998

Browse files
committed
pre-commit: add default file
1 parent 017e5f5 commit c508998

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
repos:
2+
- repo: https://github.com/pre-commit/pre-commit-hooks
3+
rev: v4.2.0
4+
hooks:
5+
- id: check-json
6+
- id: check-symlinks
7+
- id: check-toml
8+
- id: check-yaml

0 commit comments

Comments
 (0)