mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-14 17:41:45 +04:00
restore comment
This commit is contained in:
parent
9a04b3967a
commit
1ba5581f39
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ def run_hook(
|
|||
def get_env_patch(target_dir: str, version: str) -> PatchesT:
|
||||
patches = (
|
||||
('JULIA_LOAD_PATH', target_dir),
|
||||
# May be set, remove it to not interfere with LOAD_PATH
|
||||
('JULIA_PROJECT', UNSET),
|
||||
# Only set JULIAUP_CHANNEL if we don't want use the system's default
|
||||
*(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue