Merge pull request #2727 from pre-commit/ignore-gemfile

also ignore Gemfile in project
This commit is contained in:
Anthony Sottile
2023-01-28 17:15:48 -05:00
committed by GitHub

View File

@@ -39,6 +39,7 @@ def get_env_patch(
('GEM_HOME', os.path.join(venv, 'gems')),
('GEM_PATH', UNSET),
('BUNDLE_IGNORE_CONFIG', '1'),
('BUNDLE_GEMFILE', os.devnull),
)
if language_version == 'system':
patches += (