correction to basedpyright settings #19

Merged
softinio merged 1 commit from use-basedpyright-2 into main 2024-08-31 09:37:49 -07:00

View file

@ -76,11 +76,10 @@ return {
marksman = {}, marksman = {},
nil_ls = {}, nil_ls = {},
basedpyright = { basedpyright = {
python = {
analysis = { analysis = {
autoImportCompletions = true, autoImportCompletions = true,
autoSearchPaths = true, autoSearchPaths = true,
diagnosticMode = "workspace", diagnosticMode = "openFilesOnly",
reportMissingImports = true, reportMissingImports = true,
reportMissingParameterType = true, reportMissingParameterType = true,
reportUnnecessaryComparison = true, reportUnnecessaryComparison = true,
@ -93,7 +92,6 @@ return {
useLibraryCodeForTypes = true, useLibraryCodeForTypes = true,
}, },
}, },
},
rust_analyzer = { rust_analyzer = {
diagnostics = { diagnostics = {
enable = true, enable = true,