fix(pyright): update config

This commit is contained in:
2024-07-06 15:20:02 +02:00
parent c425b3e9cc
commit 0e0ab52947
+2
View File
@@ -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",
}, },
}, },
}, },