mirror of https://github.com/tiangolo/fastapi.git
🔧 Tweak pre-commit to allow committing release-notes (#14577)
This commit is contained in:
parent
eac57f6908
commit
1cb4e25651
|
|
@ -5,6 +5,7 @@ repos:
|
||||||
rev: v6.0.0
|
rev: v6.0.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: check-added-large-files
|
- id: check-added-large-files
|
||||||
|
args: ['--maxkb=750']
|
||||||
- id: check-toml
|
- id: check-toml
|
||||||
- id: check-yaml
|
- id: check-yaml
|
||||||
args:
|
args:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue