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