mirror of https://github.com/astral-sh/ruff
parent
91338ae902
commit
6e0cbe0f35
|
|
@ -154,7 +154,6 @@ impl RuffSettingsIndex {
|
||||||
}
|
}
|
||||||
|
|
||||||
let directory = entry.into_path();
|
let directory = entry.into_path();
|
||||||
tracing::debug!("Visiting: {}", directory.display());
|
|
||||||
|
|
||||||
// If the directory is excluded from the workspace, skip it.
|
// If the directory is excluded from the workspace, skip it.
|
||||||
if let Some(file_name) = directory.file_name() {
|
if let Some(file_name) = directory.file_name() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue