mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-03 15:15:33 +00:00
parent
91338ae902
commit
6e0cbe0f35
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue