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