We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3c0c1d + 4b80007 commit 5611249Copy full SHA for 5611249
pylsp_black/plugin.py
@@ -88,6 +88,7 @@ def format_text(*, text, config):
88
is_pyi=config["pyi"],
89
string_normalization=not config["skip_string_normalization"],
90
magic_trailing_comma=not config["skip_magic_trailing_comma"],
91
+ preview=config["preview"],
92
)
93
try:
94
# Black's format_file_contents only works reliably when eols are '\n'. It gives
0 commit comments