mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-30 03:27:31 +00:00
## Summary This PR deprecates the `--isolated` flag. The treatment varies across the APIs: - For non-preview APIs, we warn but treat it as equivalent to `--no-config`. - For preview APIs, we warn and ignore it, with two exceptions... - For `tool run` and `run` specifically, we don't even warn, because we can't differentiate the command-specific `--isolated` from the global `--isolated`. |
||
|---|---|---|
| .. | ||
| cache.md | ||
| dependencies.md | ||
| index.md | ||
| projects.md | ||
| python-versions.md | ||
| resolution.md | ||
| tools.md | ||
| workspaces.md | ||