Skip to content

Commit ce484d8

Browse files
authored
Update CONFIGURATION.md
1 parent 85c288b commit ce484d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONFIGURATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ This server can be configured using the `workspace/didChangeConfiguration` metho
7878
| `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` |
7979
| `pylsp.signature.formatter` | `string` (one of: `'black'`, `'ruff'`, `None`) | Formatter to use for reformatting signatures in docstrings. | `"black"` |
8080
| `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` |
8282

8383
This documentation was generated from `pylsp/config/schema.json`. Please do not edit this file directly.

0 commit comments

Comments
 (0)