chore(build): auto-generate vimdoc, schemas and annotations

This commit is contained in:
github-actions[bot] 2025-12-07 01:31:44 +00:00
parent fbf0184099
commit 3c1b589a73
2 changed files with 11 additions and 0 deletions

View File

@ -528,6 +528,11 @@
"null"
]
},
"pylsp.signature.include_docstring": {
"default": true,
"description": "Include signature docstring.",
"type": "boolean"
},
"pylsp.signature.line_length": {
"default": 88,
"description": "Maximum line length in signatures.",

View File

@ -12418,6 +12418,12 @@
-- default = "black"
-- ```
---@field formatter "black" | "ruff"
-- Include signature docstring.
--
-- ```lua
-- default = true
-- ```
---@field include_docstring boolean
-- Maximum line length in signatures.
--
-- ```lua