Skip to content

Commit 4d428ed

Browse files
author
bageljr
committed
fix plugin conflicts
1 parent 9c8e61c commit 4d428ed

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pylsp_black/plugin.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@ def pylsp_settings():
5151
"line_length": 88,
5252
"preview": False,
5353
"cache_config": False,
54-
}
54+
},
55+
"flake8": {"max-line-length": 88},
56+
"yapf": {"enabled": False},
57+
"autopep8": {"enabled": False},
5558
}
5659
}
5760

0 commit comments

Comments
 (0)