Skip to content

Commit 1f262da

Browse files
authored
Document minimum version required for git-lfs
Resolves #252
1 parent 3ab8c71 commit 1f262da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ Add this to your `.pre-commit-config.yaml`
2929
setup.cfg / tox.ini.
3030
- `check-added-large-files` - Prevent giant files from being committed.
3131
- Specify what is "too large" with `args: ['--maxkb=123']` (default=500kB).
32+
- If `git-lfs` is installed, lfs files will be skipped
33+
(requires `git-lfs>=2.2.1`)
3234
- `check-ast` - Simply check whether files parse as valid python.
3335
- `check-builtin-literals` - Require literal syntax when initializing empty or zero Python builtin types.
3436
- Allows calling constructors with positional arguments (e.g., `list('abc')`).

0 commit comments

Comments
 (0)