mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
Push remote env var details
This commit is contained in:
parent
b66d28964b
commit
57cc814b8b
5 changed files with 50 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue