Browse Source

🔧 Tweak pre-commit to allow committing release-notes (#14577)

pull/14579/head
Sebastián Ramírez 6 months ago
committed by GitHub
parent
commit
1cb4e25651
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      .pre-commit-config.yaml

1
.pre-commit-config.yaml

@ -5,6 +5,7 @@ repos:
rev: v6.0.0
hooks:
- id: check-added-large-files
args: ['--maxkb=750']
- id: check-toml
- id: check-yaml
args:

Loading…
Cancel
Save