feat(pre-commit): allow larger files to account for OpenAPI schema
This commit is contained in:
parent
56aa801864
commit
f6652406f7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue