Skip to content

Commit

Permalink
chore: don't format changelogs files (ansible-collections#385)
Browse files Browse the repository at this point in the history
pre-commit autofixes at slowing down the release process. Let's ignore
the format of the changelog files.
  • Loading branch information
jooola authored Nov 7, 2023
1 parent 0e00c9f commit 3857144
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3857144

Please sign in to comment.