mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 02:38:25 +00:00
Indent statements in suppressed ranges (#6507)
This commit is contained in:
parent
e1e213decf
commit
232b44a8ca
18 changed files with 852 additions and 59 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue