Skip to content

Commit

Permalink
Merge pull request #84 from jerry-git/ignore-changelog-in-pre-commit
Browse files Browse the repository at this point in the history
Exclude changelog from end-of-file-fixer
  • Loading branch information
jerry-git authored Jan 29, 2024
2 parents 0798ea1 + 723dfa1 commit 8eb1050
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 @@ -11,6 +11,7 @@ repos:
- id: check-yaml
- id: debug-statements
- id: end-of-file-fixer
exclude: 'CHANGELOG.md'
- id: trailing-whitespace
- id: mixed-line-ending
- repo: local
Expand Down

0 comments on commit 8eb1050

Please sign in to comment.