Fix invalid syntax for binary expression in unary op (#5370)

This commit is contained in:
Micha Reiser
2023-06-29 08:09:26 +02:00
committed by GitHub
parent 38189ed913
commit 955e9ef821
20 changed files with 200 additions and 116 deletions

View File

@@ -26,6 +26,7 @@ once_cell = { workspace = true }
rustc-hash = { workspace = true }
rustpython-parser = { workspace = true }
serde = { workspace = true, optional = true }
smallvec = { workspace = true }
[dev-dependencies]
ruff_formatter = { path = "../ruff_formatter", features = ["serde"]}