mirror of
https://github.com/astral-sh/ruff
synced 2026-01-21 21:40:51 -05:00
Rename cache to .ruff_cache
This commit is contained in:
@@ -66,7 +66,7 @@ impl From<bool> for Mode {
|
||||
}
|
||||
|
||||
fn cache_dir() -> &'static str {
|
||||
"./.cache"
|
||||
"./.ruff_cache"
|
||||
}
|
||||
|
||||
fn cache_key(path: &Path, settings: &Settings) -> String {
|
||||
|
||||
Reference in New Issue
Block a user