mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-15 21:40:19 -06:00
Add post-checkout
This commit is contained in:
committed by
Anthony Sottile
parent
1c641b1c28
commit
18fa004254
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user