mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-05-05 06:49:18 -05:00
Address PR feedback
This commit is contained in:
@@ -7,7 +7,6 @@ import sys
|
||||
import pre_commit.constants as C
|
||||
from pre_commit import git
|
||||
from pre_commit.envcontext import envcontext
|
||||
from pre_commit.envcontext import UNSET
|
||||
from pre_commit.envcontext import Var
|
||||
from pre_commit.languages import helpers
|
||||
from pre_commit.util import clean_path_on_failure
|
||||
@@ -22,7 +21,6 @@ healthy = helpers.basic_healthy
|
||||
|
||||
def get_env_patch(venv):
|
||||
return (
|
||||
('GOBIN', UNSET),
|
||||
('PATH', (os.path.join(venv, 'bin'), os.pathsep, Var('PATH'))),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user