diff --git a/ruff.toml b/ruff.toml index 27757bcf4b..d421bf49b4 100644 --- a/ruff.toml +++ b/ruff.toml @@ -79,8 +79,5 @@ sections.delayed = ["distutils"] ignore-fully-untyped = true [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"