Skip to content

Commit

Permalink
chg: dev: set larger max for pre-commit large file check
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Arnold <[email protected]>
  • Loading branch information
sarnold committed Oct 14, 2024
1 parent 13f4194 commit b93aeb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ repos:
rev: v4.6.0
hooks:
- id: check-added-large-files
args: ["--maxkb=2000"]
- id: check-case-conflict
- id: check-merge-conflict
- id: check-symlinks
Expand Down

0 comments on commit b93aeb6

Please sign in to comment.