Skip to content

Commit 8eb1050

Browse files
authored
Merge pull request #84 from jerry-git/ignore-changelog-in-pre-commit
Exclude changelog from end-of-file-fixer
2 parents 0798ea1 + 723dfa1 commit 8eb1050

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ repos:
1111
- id: check-yaml
1212
- id: debug-statements
1313
- id: end-of-file-fixer
14+
exclude: 'CHANGELOG.md'
1415
- id: trailing-whitespace
1516
- id: mixed-line-ending
1617
- repo: local

0 commit comments

Comments
 (0)