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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,6 @@ This server can be configured using the `workspace/didChangeConfiguration` metho
78
78
|`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`|
79
79
|`pylsp.signature.formatter`|`string` (one of: `'black'`, `'ruff'`, `None`) | Formatter to use for reformatting signatures in docstrings. |`"black"`|
80
80
|`pylsp.signature.include_docstring`|`boolean`| Include signature docstring. |`true`|
81
-
|`pylsp.signature.line_length`|`number`| Maximum line length in signatures. |`88`|
81
+
|`pylsp.signature.line_length`|`integer`| Maximum line length in signatures. |`88`|
82
82
83
83
This documentation was generated from `pylsp/config/schema.json`. Please do not edit this file directly.
0 commit comments