Skip to content

Commit f4fe2e2

Browse files
committed
Add a basic .pre-commit-config.yaml
1 parent 8f14f31 commit f4fe2e2

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: v5.0.0
4+
hooks:
5+
- id: check-added-large-files
6+
args: ['--maxkb=128']
7+
- id: check-yaml
8+
- id: end-of-file-fixer
9+
- id: trailing-whitespace

0 commit comments

Comments
 (0)