Add post-checkout

This commit is contained in:
Andrew Hare
2020-02-20 02:21:29 -07:00
committed by Anthony Sottile
parent 1c641b1c28
commit 18fa004254
9 changed files with 77 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ VERSION = importlib_metadata.version('pre_commit')
# `manual` is not invoked by any installed git hook. See #719
STAGES = (
'commit', 'merge-commit', 'prepare-commit-msg', 'commit-msg', 'manual',
'push',
'post-checkout', 'push',
)
DEFAULT = 'default'