diff --git a/pre_commit/languages/julia.py b/pre_commit/languages/julia.py index 5c143794..10367fda 100644 --- a/pre_commit/languages/julia.py +++ b/pre_commit/languages/julia.py @@ -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 *(