mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-11-10 06:34:13 +00:00
chore: don't format changelogs files (#385)
pre-commit autofixes at slowing down the release process. Let's ignore the format of the changelog files.
This commit is contained in:
parent
0e00c9f43b
commit
385714463a
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- id: prettier
|
- id: prettier
|
||||||
files: \.(md|ya?ml)$
|
files: \.(md|ya?ml)$
|
||||||
|
exclude: ^changelogs/(dev-changelog\.md|changelog\.yaml)$
|
||||||
|
|
||||||
- repo: https://github.com/asottile/pyupgrade
|
- repo: https://github.com/asottile/pyupgrade
|
||||||
rev: v3.15.0
|
rev: v3.15.0
|
||||||
|
|
Loading…
Reference in a new issue