mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-05-05 14:59:16 -05:00
Push remote env var details
This commit is contained in:
committed by
Anthony Sottile
parent
b66d28964b
commit
57cc814b8b
@@ -67,6 +67,8 @@ def run_opts(
|
||||
hook=None,
|
||||
origin='',
|
||||
source='',
|
||||
push_remote_name='',
|
||||
push_remote_url='',
|
||||
hook_stage='commit',
|
||||
show_diff_on_failure=False,
|
||||
commit_msg_filename='',
|
||||
@@ -81,6 +83,8 @@ def run_opts(
|
||||
hook=hook,
|
||||
origin=origin,
|
||||
source=source,
|
||||
push_remote_name=push_remote_name,
|
||||
push_remote_url=push_remote_url,
|
||||
hook_stage=hook_stage,
|
||||
show_diff_on_failure=show_diff_on_failure,
|
||||
commit_msg_filename=commit_msg_filename,
|
||||
|
||||
Reference in New Issue
Block a user