Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion pre_commit/languages/julia.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def run_hook(
def get_env_patch(target_dir: str, version: str) -> PatchesT:
return (
('JULIA_LOAD_PATH', target_dir),
# May be set, remove it to not interfer with LOAD_PATH
# May be set, remove it to not interfere with LOAD_PATH
('JULIA_PROJECT', UNSET),
)

Expand Down
2 changes: 1 addition & 1 deletion tests/error_handler_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def test_error_handler_no_tty(tempdir_factory):
@xfailif_windows # pragma: win32 no cover
def test_error_handler_read_only_filesystem(mock_store_dir, cap_out, capsys):
# a better scenario would be if even the Store crash would be handled
# but realistically we're only targetting systems where the Store has
# but realistically we're only targeting systems where the Store has
# already been set up
Store()

Expand Down
Loading