From 2aab1d090de1d4979405ee7c49466a88e9dbc97e Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Fri, 7 Oct 2022 02:23:04 +0200 Subject: [PATCH] Increased maxkb limit --- .pre-commit-config.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 18c7457a..d34f247d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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