Merge pull request 'correction to basedpyright settings' (#19) from use-basedpyright-2 into main

Reviewed-on: #19
This commit is contained in:
Salar Rahmanian 2024-08-31 09:37:49 -07:00
commit c160396483

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,