Skip to content

Commit 433267f

Browse files
docs: update generated annotations
skip-checks: true
1 parent cafc464 commit 433267f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

lua/lspconfig/types/lsp/basedpyright.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@
7474
---default = "none"
7575
---```
7676
---@field reportDuplicateImport? "none" | "hint" | "information" | "warning" | "error" | true | false
77+
---Diagnostics for an attempt to instantiate an abstract class that has no abstract members.
78+
---
79+
---```lua
80+
---default = "none"
81+
---```
82+
---@field reportEmptyAbstractUsage? "none" | "hint" | "information" | "warning" | "error" | true | false
7783
---Diagnostics for type annotations that use the `Any` type
7884
---
7985
---```lua

0 commit comments

Comments
 (0)