mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-03 18:28:24 +00:00
Get cargo shear
passing (#11392)
## Summary Remove some unused dependencies, add a few ignores.
This commit is contained in:
parent
5ab4cc86c2
commit
6cec82fff8
9 changed files with 20 additions and 19 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue