Skip to content

Commit 991bd91

Browse files
authored
Add basic pre-commit config (#762)
1 parent 9123d68 commit 991bd91

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
repos:
2+
- repo: https://github.com/pre-commit/pre-commit-hooks
3+
rev: v4.0.1
4+
hooks:
5+
- id: check-merge-conflict
6+
- id: check-yaml
7+
8+
ci:
9+
autoupdate_schedule: quarterly

0 commit comments

Comments
 (0)