summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2018-10-03 01:53:32 -0700
committerJoris Roovers <joris.roovers@gmail.com>2018-10-03 10:53:32 +0200
commite16f01bd9026e5fe75a2631ac9df15f7ecea05f8 (patch)
tree562b3470f273172bf439a11715b6223a740e2352
parent768b80ac3ff8ebd07f8c4fd5e605d8dcd15dca26 (diff)
Revert "Removed erroneous 'stages' line from .pre-commit-hooks.yaml (#64)" (#72)
-rw-r--r--.pre-commit-hooks.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml
index 9222776..be4a6e9 100644
--- a/.pre-commit-hooks.yaml
+++ b/.pre-commit-hooks.yaml
@@ -1,4 +1,5 @@
- id: gitlint
name: gitlint
- entry: gitlint --msg-filename
language: python
+ entry: gitlint --msg-filename
+ stages: [commit-msg]