Increased maxkb limit

This commit is contained in:
Fabio Manganiello 2022-10-07 02:23:04 +02:00
parent 2cc80e7f16
commit 2aab1d090d
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 6 additions and 5 deletions

View File

@ -6,11 +6,12 @@ repos:
hooks:
# - id: trailing-whitespace
# - id: end-of-file-fixer
- id: check-yaml
- id: check-json
- id: check-xml
- id: check-symlinks
- id: check-added-large-files
- id: check-yaml
- id: check-json
- id: check-xml
- id: check-symlinks
- id: check-added-large-files
args: ['--maxkb=1500']
- repo: https://github.com/Lucas-C/pre-commit-hooks-nodejs
rev: v1.1.2