Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec6ba99 + e492a55 commit 0670e0bCopy full SHA for 0670e0b
1 file changed
pre_commit/languages/python.py
@@ -34,6 +34,7 @@ def bin_dir(venv: str) -> str:
34
35
def get_env_patch(venv: str) -> PatchesT:
36
return (
37
+ ('PIP_DISABLE_PIP_VERSION_CHECK', '1'),
38
('PYTHONHOME', UNSET),
39
('VIRTUAL_ENV', venv),
40
('PATH', (bin_dir(venv), os.pathsep, Var('PATH'))),
0 commit comments