mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-02 22:55:08 +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
|
@ -25,9 +25,6 @@ once_cell = { workspace = true }
|
|||
rustc-hash = { workspace = true }
|
||||
serde = { workspace = true, optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
insta = { workspace = true }
|
||||
|
||||
[features]
|
||||
serde = ["dep:serde", "ruff_text_size/serde"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue