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