Add CACHEDIR.TAG to .ruff_cache (#830)

This commit is contained in:
Charlie Marsh
2022-11-20 10:53:31 -05:00
committed by GitHub
parent 124782771f
commit 529513bf02
3 changed files with 31 additions and 6 deletions

View File

@@ -18,6 +18,7 @@ anyhow = { version = "1.0.66" }
atty = { version = "0.2.14" }
bincode = { version = "1.3.3" }
bitflags = { version = "1.3.2" }
cachedir = { version = "0.3.0" }
chrono = { version = "0.4.21", default-features = false, features = ["clock"] }
clap = { version = "4.0.1", features = ["derive"] }
colored = { version = "2.0.0" }