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:
Jonas L 2023-11-07 13:00:15 +01:00 committed by GitHub
parent 0e00c9f43b
commit 385714463a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,6 +25,7 @@ repos:
hooks:
- id: prettier
files: \.(md|ya?ml)$
exclude: ^changelogs/(dev-changelog\.md|changelog\.yaml)$
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0