ruff/crates/ruff_python_formatter/tests
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
..
snapshots Respect fmt: skip for compound statements on single line (#20633) 2025-11-18 12:02:09 -06:00
fixtures.rs Render a diagnostic for syntax errors introduced in formatter tests (#21021) 2025-10-21 13:47:26 -04:00
normalizer.rs Update Black tests (#20794) 2025-10-14 10:14:59 -04:00