Skip to content

Commit b8c3b05

Browse files
authored
Merge pull request #317 from revolter/patch-1
Don't run end-of-file-fixer hook for the commit-msg stage
2 parents 219c70a + 5f6a443 commit b8c3b05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-hooks.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@
174174
entry: end-of-file-fixer
175175
language: python
176176
types: [text]
177+
stages: [commit, push, manual]
177178
# for backward compatibility
178179
files: ''
179180
minimum_pre_commit_version: 0.15.0

0 commit comments

Comments
 (0)