Port the hug_parens_with_braces_and_square_brackets preview style added to black in PR1 and [PR1](second PR) to ruff formatter:
For better readability and less verticality, Black now pairs parantheses ("(", ")")
with braces ("{", "}") and square brackets ("[", "]") on the same line for single
parameter function calls. For example:
will be changed to: