Another batch of lint fixes (#36521)

- **Enable a bunch of extra lints**
- **First batch of fixes**
- **More fixes**

Release Notes:

- N/A
This commit is contained in:
Piotr Osiewicz
2025-08-19 20:33:44 +00:00
committed by GitHub
parent 69b1c6d6f5
commit 6825715503
147 changed files with 787 additions and 1041 deletions
+1 -1
View File
@@ -711,7 +711,7 @@ impl Default for PythonToolchainProvider {
}
}
static ENV_PRIORITY_LIST: &'static [PythonEnvironmentKind] = &[
static ENV_PRIORITY_LIST: &[PythonEnvironmentKind] = &[
// Prioritize non-Conda environments.
PythonEnvironmentKind::Poetry,
PythonEnvironmentKind::Pipenv,