From fca9a9478da5a82d2efdc54a6396e7fbd3fed61a Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 16 Sep 2024 23:06:21 +0200 Subject: [PATCH] return to original file size --- .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 879886b..1f6c46b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: rev: v4.6.0 hooks: - id: check-added-large-files # Prevent giant files from being committed. - args: ['--maxkb=9000'] # default 500kb + args: ['--maxkb=500'] # default 500kb - id: check-ast # Simply check whether files parse as valid python. - id: check-json # Attempts to load all json files to verify syntax. - id: check-merge-conflict