From c128887c3ef4061cd1ec81b79b2bf316be800aee Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Tue, 16 Jul 2024 15:30:50 +0200 Subject: [PATCH] Increased maxkb limit --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a3b4fb985b..ab833d10a7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - id: check-xml - id: check-symlinks - id: check-added-large-files - args: ['--maxkb=1500'] + args: ['--maxkb=3000'] - repo: https://github.com/Lucas-C/pre-commit-hooks-nodejs rev: v1.1.2