diff --git a/ruff.toml b/ruff.toml index 435ef28..84736fb 100644 --- a/ruff.toml +++ b/ruff.toml @@ -26,5 +26,8 @@ ignore = [ ] [format] +# Enable preview to get hugged parenthesis unwrapping and other nice surprises +# See https://github.com/jaraco/skeleton/pull/133#issuecomment-2239538373 +preview = true # https://docs.astral.sh/ruff/settings/#format_quote-style quote-style = "preserve"