mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2026-05-14 14:59:30 +00:00
[neovim] Remove basedpyright conf
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
return {
|
||||
settings = {
|
||||
basedpyright = {
|
||||
analysis = {
|
||||
autoSearchPaths = true,
|
||||
useLibraryCodeForTypes = true,
|
||||
autoImportCompletions = true,
|
||||
diagnosticsMode = "openFilesOnly", -- workspace, openFilesOnly
|
||||
typeCheckingMode = "standard", -- off, basic, standard, strict, all
|
||||
diagnosticSeverityOverrides = {
|
||||
-- reportAny = true
|
||||
reportOptionalIterable = "warning",
|
||||
reportArgumentType = "warning",
|
||||
reportAssignmentType = "warning",
|
||||
reportIndexIssue = "warning",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user