mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Merge pull request #2727 from pre-commit/ignore-gemfile
also ignore Gemfile in project
This commit is contained in:
commit
840cf532a9
1 changed files with 1 additions and 0 deletions
|
|
@ -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 += (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue