Files
ruff/crates/ruff_python_formatter/src
Dylan 62343a101a Respect fmt: skip for compound statements on single line (#20633)
Closes #11216

Essentially the approach is to implement `Format` for a new struct
`FormatClause` which is just a clause header _and_ its body. We then
have the information we need to see whether there is a skip suppression
comment on the last child in the body and it all fits on one line.
2025-11-18 12:02:09 -06:00
..
2024-11-15 19:31:15 +01:00
2025-11-01 01:50:58 +00:00
2025-05-16 13:25:28 +02:00
2025-06-13 08:40:11 -04:00