From c8a1ebd8aec1307f37ca892cc2fb16ca748f5dd0 Mon Sep 17 00:00:00 2001 From: iPromKnight Date: Sun, 10 Mar 2024 13:48:14 +0000 Subject: [PATCH] Bump large file to 2500kb because of Jav list. Doesn't make sense to enable lfs for this file. --- .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 1b42f00..1ab8ca1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ repos: rev: v4.5.0 hooks: - id: check-added-large-files - args: ['--maxkb=2048'] + args: ['--maxkb=2500'] - id: check-json - id: check-toml - id: check-xml