Skip to content

Commit 9db0503

Browse files
committed
Clarify check-added-large-files as "kilobytes"
Fix #1170
1 parent 582b9c6 commit 9db0503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Add this to your `.pre-commit-config.yaml`
2525

2626
#### `check-added-large-files`
2727
Prevent giant files from being committed.
28-
- Specify what is "too large" with `args: ['--maxkb=123']` (default=500kB).
28+
- Specify what is "too large", in kilobytes, with `args: ['--maxkb=123']` (default=500kB).
2929
- Limits checked files to those indicated as staged for addition by git.
3030
- If `git-lfs` is installed, lfs files will be skipped
3131
(requires `git-lfs>=2.2.1`)

0 commit comments

Comments
 (0)