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)