Skip to content

Commit

Permalink
return to original file size
Browse files Browse the repository at this point in the history
alexkolo committed Sep 16, 2024
1 parent f278878 commit fca9a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit fca9a94

Please sign in to comment.