Skip to content

Commit 19af590

Browse files
tobiasraabeclaude
andcommitted
Standardize file size limit to 25KB
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 3d06d7e commit 19af590

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
@@ -3,7 +3,7 @@ repos:
33
rev: v5.0.0
44
hooks:
55
- id: check-added-large-files
6-
args: ['--maxkb=100']
6+
args: ['--maxkb=25']
77
- id: check-case-conflict
88
- id: check-merge-conflict
99
- id: check-vcs-permalinks

0 commit comments

Comments
 (0)