fix(pyright): update config
This commit is contained in:
@@ -4,6 +4,7 @@ local utils = require("utils")
|
||||
return {
|
||||
enable = true,
|
||||
mason = { "pyright" },
|
||||
dependencies = { "black", "flake8", "isort" },
|
||||
linters = {
|
||||
{
|
||||
cmd = {
|
||||
@@ -88,6 +89,7 @@ return {
|
||||
autoSearchPaths = true,
|
||||
diagnosticMode = "openFilesOnly",
|
||||
useLibraryCodeForTypes = true,
|
||||
typeCheckingMode = "off",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user