Merge pull request #317 from revolter/patch-1

Don't run end-of-file-fixer hook for the commit-msg stage
diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml
index 1f62b3d..363e82a 100644
--- a/.pre-commit-hooks.yaml
+++ b/.pre-commit-hooks.yaml
@@ -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