@@ -14,6 +14,7 @@ local ruff_pyright_lsp_base = function(mode, extra)
settings = {
basedpyright = {
analysis = {
+ include = { "*" },
exclude = { "**/node_modules", "**/__pycache__", "**/build" },
typeCheckingMode = "off",
autoSearchPaths = true,