add basedpyright lsp configuration

This commit is contained in:
2025-10-16 21:34:49 -04:00
parent 43b4369041
commit 55f11ab1ba

View File

@@ -0,0 +1,17 @@
return {
settings = {
python = {
pythonPath = "python"
},
basedpyright = {
reportAny = false,
analysis = {
autoSearchPaths = true,
diagnosticMode = "workspace",
inlayHints = {
callArgumentNames = true
}
}
}
}
}