astral-sh/uv

Allow `--isolated` with script execution

Open

#15,919 创建于 2025年9月17日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)Rust (3,111 fork)batch import
enhancementgood first issue

仓库指标

Star
 (84,934 star)
PR 合并指标
 (平均合并 7天 16小时) (30 天内合并 259 个 PR)

描述

Right now, we ignore the flag and display a warning

❯ uv run --isolated --script example.py
warning: `--isolated` is a no-op for Python scripts with inline metadata, which always run in isolation

but now that we changed scripts to use a stable path, we should allow --isolated to opt-out of that, e.g., for people in situations like https://github.com/astral-sh/uv/issues/15918

贡献者指南