mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-28 20:08:32 -06:00
Add: post-merge hook support
This commit is contained in:
committed by
Anthony Sottile
parent
d7b189ce56
commit
6b73138c73
@@ -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',
|
||||
'post-commit', 'manual', 'post-checkout', 'push',
|
||||
'post-commit', 'manual', 'post-checkout', 'push', 'post-merge',
|
||||
)
|
||||
|
||||
DEFAULT = 'default'
|
||||
|
||||
Reference in New Issue
Block a user