Skip to content

Commit

Permalink
chore(pre-commit): Exclude generated file CHANGELOG.md from checks
Browse files Browse the repository at this point in the history
  • Loading branch information
cfxegbert committed Mar 11, 2024
1 parent fddcf80 commit ec8a11e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Expand Up @@ -2,6 +2,8 @@
default_language_version:
python: python3

exclude: "^CHANGELOG.md$"

repos:
# Meta hooks
- repo: meta
Expand Down

0 comments on commit ec8a11e

Please sign in to comment.