Skip to content

Commit e35c6fe

Browse files
committed
Increased large files threshold to 600kB in pre-commit config
1 parent 72548e2 commit e35c6fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
hooks:
99
- id: check-added-large-files
1010
name: Checking for added large files
11-
args: ["--maxkb=200"]
11+
args: ["--maxkb=600"]
1212
fail_fast: True
1313
- id: check-case-conflict
1414
name: Checking for name case conflicts

0 commit comments

Comments
 (0)