Skip to content

Commit

Permalink
fix: exclude CHANGELOG.md from prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Bento007 committed Feb 27, 2024
1 parent f5e4583 commit 968a17e
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 @@ -24,6 +24,7 @@ repos:
args: [--write]
stages: [commit]
exclude_types: ["json"]
exclude: "CHANGELOG.md"
additional_dependencies:
- [email protected]
- [email protected]
Expand Down

0 comments on commit 968a17e

Please sign in to comment.