We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b11b433 + ab34814 commit 147e2f8Copy full SHA for 147e2f8
ruff.toml
@@ -26,5 +26,8 @@ ignore = [
26
]
27
28
[format]
29
+# Enable preview to get hugged parenthesis unwrapping and other nice surprises
30
+# See https://github.com/jaraco/skeleton/pull/133#issuecomment-2239538373
31
+preview = true
32
# https://docs.astral.sh/ruff/settings/#format_quote-style
33
quote-style = "preserve"
0 commit comments