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 {
enable = true,
mason = { "pyright" },
dependencies = { "black", "flake8", "isort" },
linters = {
{
cmd = {
@@ -88,6 +89,7 @@ return {
autoSearchPaths = true,
diagnosticMode = "openFilesOnly",
useLibraryCodeForTypes = true,
typeCheckingMode = "off",
},
},
},