File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ To avoid unexpected results you should make sure `yapf` and `autopep8` are not i
3434# Configuration
3535
3636The plugin follows [ python-lsp-server's
37- configuration] ( https://github.com/python-lsp/python-lsp-server/#configuration= ) . These are
37+ configuration] ( https://github.com/python-lsp/python-lsp-server/#configuration ) . These are
3838the valid configuration keys:
3939
4040- ` pylsp.plugins.black.enabled ` : boolean to enable/disable the plugin.
Original file line number Diff line number Diff line change @@ -47,8 +47,7 @@ def pylsp_settings():
4747 return {
4848 "plugins" : {
4949 "black" : {
50- # Disable this plugin by default because it's third-party.
51- "enabled" : False ,
50+ "enabled" : True ,
5251 "line_length" : 88 ,
5352 "preview" : False ,
5453 "cache_config" : False ,
You can’t perform that action at this time.
0 commit comments