We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
preview
black.FileMode
1 parent c3c0c1d commit 4b80007Copy full SHA for 4b80007
1 file changed
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