Merge pull request 'pyright config change' (#17) from pyright-tweaks into main

Reviewed-on: #17
This commit is contained in:
Salar Rahmanian 2024-08-30 23:26:30 -07:00
commit f49357f038

View file

@ -78,8 +78,10 @@ return {
pyright = { pyright = {
python = { python = {
analysis = { analysis = {
autoImportCompletions = true,
autoSearchPaths = true, autoSearchPaths = true,
diagnosticMode = "openFilesOnly", diagnosticMode = "openFilesOnly",
typeCheckingMode = "basic",
useLibraryCodeForTypes = true, useLibraryCodeForTypes = true,
}, },
}, },