mirror of https://github.com/astral-sh/uv
Skip configuration loading while unused (#3092)
## Summary No benefit to doing this until it actually ships.
This commit is contained in:
parent
d1b07a3f49
commit
d6f9ea9d54
|
|
@ -104,9 +104,6 @@ async fn run() -> Result<ExitStatus> {
|
|||
}
|
||||
};
|
||||
|
||||
// Load the workspace settings.
|
||||
let _ = uv_workspace::Workspace::find(env::current_dir()?)?;
|
||||
|
||||
let globals = cli.global_args;
|
||||
|
||||
// Configure the `tracing` crate, which controls internal logging.
|
||||
|
|
|
|||
Loading…
Reference in New Issue