Compare commits
No commits in common. "6e87f6360aba0c0fa2deb8b9eb9d8fad5b51dc03" and "f49357f0386ea2384d1fad76d594bd74264f3d69" have entirely different histories.
6e87f6360a
...
f49357f038
1 changed files with 3 additions and 11 deletions
|
@ -75,21 +75,13 @@ return {
|
|||
jsonls = {},
|
||||
marksman = {},
|
||||
nil_ls = {},
|
||||
basedpyright = {
|
||||
pyright = {
|
||||
python = {
|
||||
analysis = {
|
||||
autoImportCompletions = true,
|
||||
autoSearchPaths = true,
|
||||
diagnosticMode = "workspace",
|
||||
reportMissingImports = true,
|
||||
reportMissingParameterType = true,
|
||||
reportUnnecessaryComparison = true,
|
||||
reportUnnecessaryContains = true,
|
||||
reportUnusedClass = true,
|
||||
reportUnusedFunction = true,
|
||||
reportUnsedImports = true,
|
||||
reportUnsusedVariables = true,
|
||||
typeCheckingMode = "all",
|
||||
diagnosticMode = "openFilesOnly",
|
||||
typeCheckingMode = "basic",
|
||||
useLibraryCodeForTypes = true,
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue