Indent statements in suppressed ranges (#6507)

This commit is contained in:
Micha Reiser 2023-08-15 08:00:35 +02:00 committed by GitHub
parent e1e213decf
commit 232b44a8ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 852 additions and 59 deletions

View file

@ -30,6 +30,7 @@ rustc-hash = { workspace = true }
serde = { workspace = true, optional = true }
smallvec = { workspace = true }
thiserror = { workspace = true }
unicode-width = { workspace = true }
[dev-dependencies]
ruff_formatter = { path = "../ruff_formatter", features = ["serde"] }