mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-08 12:34:17 +00:00
Add check-added-large-files to the hooks we use
This commit is contained in:
parent
e0a6e66528
commit
a42a26bef3
1 changed files with 2 additions and 1 deletions
|
|
@ -1,11 +1,12 @@
|
||||||
- repo: git@github.com:pre-commit/pre-commit-hooks
|
- repo: git@github.com:pre-commit/pre-commit-hooks
|
||||||
sha: 6343700aa063fe30acc319d2dc84353a35a3d6d0
|
sha: e0a6e66528c8335599408cbefe7ebf9e7e15ccb3
|
||||||
hooks:
|
hooks:
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
- id: end-of-file-fixer
|
- id: end-of-file-fixer
|
||||||
- id: autopep8-wrapper
|
- id: autopep8-wrapper
|
||||||
args: ['-i', '--ignore=E265,E309,E501']
|
args: ['-i', '--ignore=E265,E309,E501']
|
||||||
- id: check-json
|
- id: check-json
|
||||||
|
- id: check-added-large-files
|
||||||
- id: check-yaml
|
- id: check-yaml
|
||||||
- id: debug-statements
|
- id: debug-statements
|
||||||
- id: name-tests-test
|
- id: name-tests-test
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue