Closed
Description
Implement Black's single_line_format_skip_with_multiple_comments
style in Ruff.
I don't think it's necessary to gate this change as a preview style. We should also allow the same for fmt:off
and fmt:on
.
# fmt:skip <-- single comment
# noqa:XXX # fmt:skip # a nice line <-- multiple comments (Preview)
# pylint:XXX; fmt:skip <-- list of comments (; separated, Preview)