From 1ba5581f39477c822d3a57da60a39e179a21de55 Mon Sep 17 00:00:00 2001 From: Eric Hanson <5846501+ericphanson@users.noreply.github.com> Date: Mon, 21 Jul 2025 17:43:22 +0200 Subject: [PATCH] restore comment --- pre_commit/languages/julia.py | 1 + 1 file changed, 1 insertion(+) 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 *(