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.
git-lfs
1 parent 3ab8c71 commit 1f262daCopy full SHA for 1f262da
README.md
@@ -29,6 +29,8 @@ Add this to your `.pre-commit-config.yaml`
29
setup.cfg / tox.ini.
30
- `check-added-large-files` - Prevent giant files from being committed.
31
- 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`)
34
- `check-ast` - Simply check whether files parse as valid python.
35
- `check-builtin-literals` - Require literal syntax when initializing empty or zero Python builtin types.
36
- Allows calling constructors with positional arguments (e.g., `list('abc')`).
0 commit comments