ruff_python_formatter 0.0.2

This is an internal component crate of Ruff
Documentation
e = {
    "a": fun(msg, "ts"),
    "longggggggggggggggid": ...,
    "longgggggggggggggggggggkey": ...,
    "created": ...,
    # "longkey": ...
}
f = [
    arg1,
    arg2,
    arg3,
    arg4,
    # comment
]
g = (
    arg1,
    arg2,
    arg3,
    arg4,
    # comment
)
h = {
    arg1,
    arg2,
    arg3,
    arg4,
    # comment
}