mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-05-12 11:28:33 -05:00
Add: post-merge hook support
This commit is contained in:
committed by
Anthony Sottile
parent
d7b189ce56
commit
6b73138c73
@@ -70,6 +70,7 @@ def run_opts(
|
||||
show_diff_on_failure=False,
|
||||
commit_msg_filename='',
|
||||
checkout_type='',
|
||||
is_squash_merge='',
|
||||
):
|
||||
# These are mutually exclusive
|
||||
assert not (all_files and files)
|
||||
@@ -88,6 +89,7 @@ def run_opts(
|
||||
show_diff_on_failure=show_diff_on_failure,
|
||||
commit_msg_filename=commit_msg_filename,
|
||||
checkout_type=checkout_type,
|
||||
is_squash_merge=is_squash_merge,
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user