mirror of
https://github.com/astral-sh/ruff
synced 2026-01-11 00:24:13 -05:00
Remove regex dependency from ruff_python_ast (#4518)
This commit is contained in:
@@ -19,7 +19,6 @@ memchr = "2.5.0"
|
||||
num-bigint = { version = "0.4.3" }
|
||||
num-traits = { version = "0.2.15" }
|
||||
once_cell = { workspace = true }
|
||||
regex = { workspace = true }
|
||||
rustc-hash = { workspace = true }
|
||||
rustpython-literal = { workspace = true }
|
||||
rustpython-parser = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user