forked from platypush/platypush
Increased maxkb limit
This commit is contained in:
parent
673a52fde5
commit
c128887c3e
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ repos:
|
||||||
- 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']
|
args: ['--maxkb=3000']
|
||||||
|
|
||||||
- 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