We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 582b9c6 commit 9db0503Copy full SHA for 9db0503
README.md
@@ -25,7 +25,7 @@ Add this to your `.pre-commit-config.yaml`
25
26
#### `check-added-large-files`
27
Prevent giant files from being committed.
28
- - Specify what is "too large" with `args: ['--maxkb=123']` (default=500kB).
+ - Specify what is "too large", in kilobytes, with `args: ['--maxkb=123']` (default=500kB).
29
- Limits checked files to those indicated as staged for addition by git.
30
- If `git-lfs` is installed, lfs files will be skipped
31
(requires `git-lfs>=2.2.1`)
0 commit comments