Merge pull request 'correction to basedpyright settings' (#19) from use-basedpyright-2 into main
Reviewed-on: #19
This commit is contained in:
commit
c160396483
1 changed files with 14 additions and 16 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue