MCPcopy Index your code
hub / github.com/pre-commit/pre-commit / get_env_patch

Function get_env_patch

pre_commit/languages/julia.py:49–54  ·  view source on GitHub ↗
(target_dir: str, version: str)

Source from the content-addressed store, hash-verified

47
48
49def get_env_patch(target_dir: str, version: str) -> PatchesT:
50 return (
51 ('JULIA_LOAD_PATH', target_dir),
52 # May be set, remove it to not interfer with LOAD_PATH
53 ('JULIA_PROJECT', UNSET),
54 )
55
56
57@contextlib.contextmanager

Callers 1

in_envFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected