Browse Source

🔧 Tweak pre-commit to allow committing release-notes

pull/14577/head
Sebastián Ramírez 7 months ago
parent
commit
fdc8ac1330
  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