diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2026-04-03 14:56:37 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2026-04-03 14:56:37 +0000 |
| commit | 433267f5d8f8071fc8fae6df1f465bd61ace57db (patch) | |
| tree | 063115c3fe993abc8b37df27c466537d80906bda /lua | |
| parent | feat: make oxfmt support oxfmt.config.ts files (#4372) (diff) | |
| download | nvim-lspconfig-433267f5d8f8071fc8fae6df1f465bd61ace57db.tar nvim-lspconfig-433267f5d8f8071fc8fae6df1f465bd61ace57db.tar.gz nvim-lspconfig-433267f5d8f8071fc8fae6df1f465bd61ace57db.tar.bz2 nvim-lspconfig-433267f5d8f8071fc8fae6df1f465bd61ace57db.tar.lz nvim-lspconfig-433267f5d8f8071fc8fae6df1f465bd61ace57db.tar.xz nvim-lspconfig-433267f5d8f8071fc8fae6df1f465bd61ace57db.tar.zst nvim-lspconfig-433267f5d8f8071fc8fae6df1f465bd61ace57db.zip | |
docs: update generated annotations
skip-checks: true
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lspconfig/types/lsp/basedpyright.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lua/lspconfig/types/lsp/basedpyright.lua b/lua/lspconfig/types/lsp/basedpyright.lua index ffda748e..bcab4862 100644 --- a/lua/lspconfig/types/lsp/basedpyright.lua +++ b/lua/lspconfig/types/lsp/basedpyright.lua @@ -74,6 +74,12 @@ ---default = "none" ---``` ---@field reportDuplicateImport? "none" | "hint" | "information" | "warning" | "error" | true | false +---Diagnostics for an attempt to instantiate an abstract class that has no abstract members. +--- +---```lua +---default = "none" +---``` +---@field reportEmptyAbstractUsage? "none" | "hint" | "information" | "warning" | "error" | true | false ---Diagnostics for type annotations that use the `Any` type --- ---```lua |
