mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-11-01 00:21:13 +00:00
[neovim] Update basedpyright defaults
This commit is contained in:
parent
e113aa7cfb
commit
747aec9253
@ -6,16 +6,11 @@ return {
|
|||||||
useLibraryCodeForTypes = true,
|
useLibraryCodeForTypes = true,
|
||||||
autoImportCompletions = true,
|
autoImportCompletions = true,
|
||||||
diagnosticsMode = "openFilesOnly", -- workspace, openFilesOnly
|
diagnosticsMode = "openFilesOnly", -- workspace, openFilesOnly
|
||||||
|
typeCheckingMode = "standard", -- off, basic, standard, strict, all
|
||||||
diagnosticSeverityOverrides = {
|
diagnosticSeverityOverrides = {
|
||||||
typeCheckingMode = "standard", -- off, basic, standard, strict, all
|
-- reportAny = true
|
||||||
reportGeneralTypeIssues = "information",
|
reportOptionalIterable = "warning",
|
||||||
reportAny = false,
|
reportArgumentType = "warning",
|
||||||
reportDeprecated = "information",
|
|
||||||
reportMissingTypeStubs = "information",
|
|
||||||
reportOptionalIterable = "information",
|
|
||||||
reportUnknownMemberType = "information",
|
|
||||||
reportUnknownVariableType = "information",
|
|
||||||
reportArgumentType = "information",
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user