From 936262946f8917e2ec67ddc805a20b0e6b32bc69 Mon Sep 17 00:00:00 2001 From: wurstsalat Date: Sun, 11 Jun 2023 12:27:04 +0200 Subject: [PATCH] cq: Update pyrightconfig --- pyrightconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyrightconfig.json b/pyrightconfig.json index 256d636..a79a060 100644 --- a/pyrightconfig.json +++ b/pyrightconfig.json @@ -1,6 +1,6 @@ { "pythonPlatform": "All", - "pythonVersion": "3.9", + "pythonVersion": "3.10", "typeCheckingMode": "strict", "reportImportCycles": "none", "reportImplicitStringConcatenation": "none", @@ -8,7 +8,6 @@ "exclude": [ "**/__pycache__", ".git", - "omemo", "openpgp", "pgp", ],