Skip to content

Commit c1b3227

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

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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

0 commit comments

Comments
 (0)