Merge pull request #317 from revolter/patch-1

Don't run end-of-file-fixer hook for the commit-msg stage
This commit is contained in:
Anthony Sottile 2018-09-27 11:15:03 -07:00 committed by GitHub
commit b8c3b0503a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -174,6 +174,7 @@
entry: end-of-file-fixer
language: python
types: [text]
stages: [commit, push, manual]
# for backward compatibility
files: ''
minimum_pre_commit_version: 0.15.0