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