mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-02 18:02:23 +00:00
Rename cache to .ruff_cache
This commit is contained in:
parent
0c110bcecf
commit
d55651d470
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue