You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONFIGURATION.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,5 +75,7 @@ This server can be configured using the `workspace/didChangeConfiguration` metho
75
75
|`pylsp.plugins.yapf.enabled`|`boolean`| Enable or disable the plugin. |`true`|
76
76
|`pylsp.rope.extensionModules`|`string`| Builtin and c-extension modules that are allowed to be imported and inspected by rope. |`null`|
77
77
|`pylsp.rope.ropeFolder`|`array` of unique `string` items | The name of the folder in which rope stores project configurations and data. Pass `null` for not using such a folder at all. |`null`|
78
+
|`pylsp.signature.formatter`|`string` (one of: `'black'`, `'ruff'`, `None`) | Formatter to use for reformatting signatures in docstrings. |`"black"`|
79
+
|`pylsp.signature.line_length`|`number`| Maximum line length in signatures. |`88`|
78
80
79
81
This documentation was generated from `pylsp/config/schema.json`. Please do not edit this file directly.
0 commit comments