From 9d867126d3e8a4d769a171d49fca17854b4793f8 Mon Sep 17 00:00:00 2001 From: huyjaky Date: Sat, 4 Jan 2025 14:31:26 +0700 Subject: [PATCH] astro-nvim-v3 - up to state --- lua/plugins/configs/lsp/config/basedpyright.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lua/plugins/configs/lsp/config/basedpyright.lua b/lua/plugins/configs/lsp/config/basedpyright.lua index 066a99a..87f4958 100644 --- a/lua/plugins/configs/lsp/config/basedpyright.lua +++ b/lua/plugins/configs/lsp/config/basedpyright.lua @@ -9,7 +9,7 @@ return { disableOrganizeImports = true, -- disableLanguageServices = true, - disableTaggedHints = true, + -- disableTaggedHints = true, analysis = { -- diagnosticMode = "workspace", diagnosticMode = "openFilesOnly", @@ -27,6 +27,7 @@ return { useLibraryCodeForTypes = false, deprecateTypingAliases = false, enableReachabilityAnalysis = false, + strictListInference = true, strictDictionaryInference = true, strictSetInference = true, @@ -47,7 +48,7 @@ return { reportArgumentType = false, reportAttributeAccessIssue = false, - reportCallIssue = false, + -- reportCallIssue = false, -- reportNoOverloadImplementation = false, -- reportOverlappingOverload = false, -- reportInconsistentOverload = false,