We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c1b8de commit ffd2dbfCopy full SHA for ffd2dbf
crates/ruff_workspace/src/pyproject.rs
@@ -181,9 +181,7 @@ pub(super) fn load_options<P: AsRef<Path>>(
181
if let Some(dir) = path.as_ref().parent() {
182
let fallback = get_fallback_target_version(dir);
183
if fallback.is_some() {
184
- debug!(
185
- "Derived `target-version` from `requires-python` in `pyproject.toml`"
186
- );
+ debug!("Derived `target-version` from `requires-python` in `pyproject.toml`");
187
} else {
188
debug!("No `pyproject.toml` with `requires-python` in same directory; `target-version` unspecified");
189
}
0 commit comments