mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
Move test to install_uninstall test so environment variables apply
This commit is contained in:
parent
57cc814b8b
commit
0bb8a8fabe
6 changed files with 46 additions and 47 deletions
|
|
@ -67,8 +67,8 @@ def run_opts(
|
|||
hook=None,
|
||||
origin='',
|
||||
source='',
|
||||
push_remote_name='',
|
||||
push_remote_url='',
|
||||
remote_name='',
|
||||
remote_url='',
|
||||
hook_stage='commit',
|
||||
show_diff_on_failure=False,
|
||||
commit_msg_filename='',
|
||||
|
|
@ -83,8 +83,8 @@ def run_opts(
|
|||
hook=hook,
|
||||
origin=origin,
|
||||
source=source,
|
||||
push_remote_name=push_remote_name,
|
||||
push_remote_url=push_remote_url,
|
||||
remote_name=remote_name,
|
||||
remote_url=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