feat(pre-commit): allow larger files to account for OpenAPI schema

This commit is contained in:
jon r 2025-02-24 21:03:25 +01:00
parent 56aa801864
commit f6652406f7
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ repos:
rev: v4.4.0
hooks:
- id: check-added-large-files
args: ['--maxkb=1000']
- id: check-case-conflict
- id: check-executables-have-shebangs
- id: check-shebang-scripts-are-executable