ruff/crates/ruff_python_formatter/resources/test/fixtures
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
..
black Update Black tests (#20794) 2025-10-14 10:14:59 -04:00
ruff Respect fmt: skip for compound statements on single line (#20633) 2025-11-18 12:02:09 -06:00
import_black_tests.py Update Black tests (#20794) 2025-10-14 10:14:59 -04:00