mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-15 18:11:48 +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:
|
def get_env_patch(target_dir: str, version: str) -> PatchesT:
|
||||||
patches = (
|
patches = (
|
||||||
('JULIA_LOAD_PATH', target_dir),
|
('JULIA_LOAD_PATH', target_dir),
|
||||||
|
# May be set, remove it to not interfere with LOAD_PATH
|
||||||
('JULIA_PROJECT', UNSET),
|
('JULIA_PROJECT', UNSET),
|
||||||
# Only set JULIAUP_CHANNEL if we don't want use the system's default
|
# 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