Skip to content

Commit

Permalink
chore(pre-commit): exclude CHANGELOG.md from prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGreatRefrigerator committed May 9, 2023
1 parent 138112b commit 881cc02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repos:
hooks:
- id: prettier
types_or: [json, yaml, markdown]
exclude: pnpm-lock.yaml
exclude: pnpm-lock.yaml|CHANGELOG.md
- repo: https://github.com/hadolint/hadolint.git
rev: "v2.12.1-beta"
hooks:
Expand Down

0 comments on commit 881cc02

Please sign in to comment.