From d6709285064cbcf99dad2a351e15b5eb3947fc73 Mon Sep 17 00:00:00 2001 From: "THIRDWAVE\\aselimov" Date: Wed, 25 Oct 2023 18:54:24 -0500 Subject: [PATCH] Update pyright settings --- coc-settings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/coc-settings.json b/coc-settings.json index 8da686e..689eaad 100644 --- a/coc-settings.json +++ b/coc-settings.json @@ -2,6 +2,9 @@ "suggest.autoTrigger": "none", "suggest.timeout": 500, "pyright.disableDocumentation":false, + "python.analysis.diagnosticSeverityOverrides":{ + "reportUnboundVariable":"none" + }, "hover.target": "preview" }