mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-05-18 06:33:05 -05:00
support pre-merge-commit
This commit is contained in:
@@ -26,6 +26,9 @@ LOCAL_REPO_VERSION = '1'
|
||||
VERSION = importlib_metadata.version('pre_commit')
|
||||
|
||||
# `manual` is not invoked by any installed git hook. See #719
|
||||
STAGES = ('commit', 'prepare-commit-msg', 'commit-msg', 'manual', 'push')
|
||||
STAGES = (
|
||||
'commit', 'merge-commit', 'prepare-commit-msg', 'commit-msg', 'manual',
|
||||
'push',
|
||||
)
|
||||
|
||||
DEFAULT = 'default'
|
||||
|
||||
Reference in New Issue
Block a user