mirror of https://github.com/astral-sh/ruff
Fix ruff_dev regex workspace dependency (#3037)
This commit is contained in:
parent
41e77bb01d
commit
35d4e03f2a
|
|
@ -11,7 +11,7 @@ clap = { workspace = true }
|
|||
itertools = { workspace = true }
|
||||
libcst = { workspace = true }
|
||||
once_cell = { workspace = true }
|
||||
regex.workspace = true
|
||||
regex = { workspace = true }
|
||||
ruff = { path = "../ruff" }
|
||||
ruff_cli = { path = "../ruff_cli" }
|
||||
rustpython-common = { workspace = true }
|
||||
|
|
|
|||
Loading…
Reference in New Issue