We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
uv self
1 parent 2ae0ed3 commit 1ee17afCopy full SHA for 1ee17af
crates/uv/src/lib.rs
@@ -119,7 +119,7 @@ async fn run(mut cli: Cli) -> Result<ExitStatus> {
119
Some(FilesystemOptions::from_file(config_file)?)
120
} else if deprecated_isolated || cli.top_level.no_config {
121
None
122
- } else if matches!(&*cli.command, Commands::Tool(_)) {
+ } else if matches!(&*cli.command, Commands::Tool(_) | Commands::Self_(_)) {
123
// For commands that operate at the user-level, ignore local configuration.
124
FilesystemOptions::user()?.combine(FilesystemOptions::system()?)
125
} else if let Ok(workspace) =
0 commit comments