Skip to content

Commit 50a0169

Browse files
committed
lint changes
1 parent 4cf5a2b commit 50a0169

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyls_black/plugin.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ def format_text(*, text, config):
4747
py36=config["py36"],
4848
pyi=config["pyi"],
4949
skip_string_normalization=config["skip_string_normalization"],
50-
skip_numeric_underscore_normalization=config["skip_numeric_underscore_normalization"],
50+
skip_numeric_underscore_normalization=config[
51+
"skip_numeric_underscore_normalization"
52+
],
5153
)
5254
return black.format_file_contents(
5355
text, line_length=line_length, fast=fast, mode=mode

0 commit comments

Comments
 (0)