[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2024-06-13 01:34:43 +00:00
parent 0156c6431b
commit dedf188a82

View file

@ -3,7 +3,6 @@ from __future__ import annotations
import contextlib import contextlib
import functools import functools
import importlib.resources import importlib.resources
import os
import os.path import os.path
import shutil import shutil
import tarfile import tarfile
@ -46,7 +45,7 @@ def get_env_patch(
('GEM_HOME', os.path.join(venv, 'gems')), ('GEM_HOME', os.path.join(venv, 'gems')),
('GEM_PATH', UNSET), ('GEM_PATH', UNSET),
('BUNDLE_IGNORE_CONFIG', '1'), ('BUNDLE_IGNORE_CONFIG', '1'),
('BUNDLE_GEMFILE', os.path.join(venv, 'Gemfile')) ('BUNDLE_GEMFILE', os.path.join(venv, 'Gemfile')),
) )
if language_version == 'system': if language_version == 'system':
patches += ( patches += (