mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-31 00:53:49 +00:00
Remove --isolated
usages from the uv python
API (#5468)
This commit is contained in:
parent
5830a532ef
commit
f7494f24cf
5 changed files with 17 additions and 15 deletions
|
@ -2485,6 +2485,11 @@ pub struct PythonPinArgs {
|
|||
|
||||
#[arg(long, overrides_with("no_resolved"), hide = true)]
|
||||
pub no_resolved: bool,
|
||||
|
||||
/// Avoid validating the Python pin against the workspace in the current directory or any parent
|
||||
/// directory.
|
||||
#[arg(long)]
|
||||
pub no_workspace: bool,
|
||||
}
|
||||
|
||||
#[derive(Args)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue