Get cargo shear passing (#11392)

## Summary

Remove some unused dependencies, add a few ignores.
This commit is contained in:
Charlie Marsh 2024-05-12 21:56:24 -04:00 committed by GitHub
parent 5ab4cc86c2
commit 6cec82fff8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 20 additions and 19 deletions

View file

@ -11,7 +11,7 @@ repository = { workspace = true }
license = { workspace = true }
[lib]
doctest= false
doctest = false
[dependencies]
ruff_cache = { path = "../ruff_cache" }
@ -49,6 +49,10 @@ serde = { workspace = true }
serde_json = { workspace = true }
similar = { workspace = true }
[package.metadata.cargo-shear]
# Used via `CacheKey` macro expansion.
ignored = ["ruff_cache"]
[[test]]
name = "ruff_python_formatter_fixtures"
path = "tests/fixtures.rs"