enhancementgood first issue
Repository metrics
- Stars
- (84,934 stars)
- PR merge metrics
- (平均マージ 7d 16h) (30d で 259 merged PRs)
説明
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