Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
restore comment
  • Loading branch information
ericphanson committed Jul 21, 2025
commit 1ba5581f39477c822d3a57da60a39e179a21de55
1 change: 1 addition & 0 deletions pre_commit/languages/julia.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
*(
Expand Down
Loading