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 = {},
nil_ls = {},
basedpyright = {
python = {
analysis = {
autoImportCompletions = true,
autoSearchPaths = true,
diagnosticMode = "workspace",
diagnosticMode = "openFilesOnly",
reportMissingImports = true,
reportMissingParameterType = true,
reportUnnecessaryComparison = true,
@ -93,7 +92,6 @@ return {
useLibraryCodeForTypes = true,
},
},
},
rust_analyzer = {
diagnostics = {
enable = true,