We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec6ba99 commit e492a55Copy full SHA for e492a55
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