Skip to content

Commit 168deeb

Browse files
committed
fix: Better handling of large files
1 parent 294dc13 commit 168deeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ repos:
33
rev: v5.0.0
44
hooks:
55
- id: check-added-large-files
6-
args: ["--maxkb=1000"] # uv.lock is more than 500kB
6+
exclude: ^uv.lock
77
- id: check-yaml
88
- id: check-merge-conflict
99
- id: end-of-file-fixer

0 commit comments

Comments
 (0)