mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-18 00:24:47 +04:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
0156c6431b
commit
dedf188a82
1 changed files with 1 additions and 2 deletions
|
|
@ -3,7 +3,6 @@ from __future__ import annotations
|
|||
import contextlib
|
||||
import functools
|
||||
import importlib.resources
|
||||
import os
|
||||
import os.path
|
||||
import shutil
|
||||
import tarfile
|
||||
|
|
@ -46,7 +45,7 @@ def get_env_patch(
|
|||
('GEM_HOME', os.path.join(venv, 'gems')),
|
||||
('GEM_PATH', UNSET),
|
||||
('BUNDLE_IGNORE_CONFIG', '1'),
|
||||
('BUNDLE_GEMFILE', os.path.join(venv, 'Gemfile'))
|
||||
('BUNDLE_GEMFILE', os.path.join(venv, 'Gemfile')),
|
||||
)
|
||||
if language_version == 'system':
|
||||
patches += (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue