mirror of
https://github.com/astral-sh/ruff.git
synced 2025-11-03 05:03:33 +00:00
Move more dependencies into workspace dependencies (#2842)
This commit is contained in:
parent
67198ce7b3
commit
dde69d50b5
7 changed files with 49 additions and 37 deletions
|
|
@ -12,4 +12,4 @@ proc-macro2 = { version = "1.0.47" }
|
|||
quote = { version = "1.0.21" }
|
||||
syn = { version = "1.0.103", features = ["derive", "parsing", "extra-traits"] }
|
||||
textwrap = { version = "0.16.0" }
|
||||
itertools = { version = "0.10.5" }
|
||||
itertools = { workspace = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue