forked from platypush/platypush
Increased maxkb limit
This commit is contained in:
parent
2cc80e7f16
commit
2aab1d090d
1 changed files with 6 additions and 5 deletions
|
@ -6,11 +6,12 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
# - id: trailing-whitespace
|
# - id: trailing-whitespace
|
||||||
# - id: end-of-file-fixer
|
# - id: end-of-file-fixer
|
||||||
- id: check-yaml
|
- id: check-yaml
|
||||||
- id: check-json
|
- id: check-json
|
||||||
- id: check-xml
|
- id: check-xml
|
||||||
- id: check-symlinks
|
- id: check-symlinks
|
||||||
- id: check-added-large-files
|
- id: check-added-large-files
|
||||||
|
args: ['--maxkb=1500']
|
||||||
|
|
||||||
- repo: https://github.com/Lucas-C/pre-commit-hooks-nodejs
|
- repo: https://github.com/Lucas-C/pre-commit-hooks-nodejs
|
||||||
rev: v1.1.2
|
rev: v1.1.2
|
||||||
|
|
Loading…
Reference in a new issue