mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-30 02:16:52 +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
|
||||
sha: 6343700aa063fe30acc319d2dc84353a35a3d6d0
|
||||
sha: e0a6e66528c8335599408cbefe7ebf9e7e15ccb3
|
||||
hooks:
|
||||
- id: trailing-whitespace
|
||||
- id: end-of-file-fixer
|
||||
- id: autopep8-wrapper
|
||||
args: ['-i', '--ignore=E265,E309,E501']
|
||||
- id: check-json
|
||||
- id: check-added-large-files
|
||||
- id: check-yaml
|
||||
- id: debug-statements
|
||||
- id: name-tests-test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue