Rename cache to .ruff_cache

This commit is contained in:
Charlie Marsh 2022-09-01 09:19:32 -04:00
parent 0c110bcecf
commit d55651d470

View file

@ -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 {