cq: Update pyrightconfig

This commit is contained in:
wurstsalat
2023-06-11 12:27:04 +02:00
parent 6009946aa0
commit 936262946f

View File

@@ -1,6 +1,6 @@
{ {
"pythonPlatform": "All", "pythonPlatform": "All",
"pythonVersion": "3.9", "pythonVersion": "3.10",
"typeCheckingMode": "strict", "typeCheckingMode": "strict",
"reportImportCycles": "none", "reportImportCycles": "none",
"reportImplicitStringConcatenation": "none", "reportImplicitStringConcatenation": "none",
@@ -8,7 +8,6 @@
"exclude": [ "exclude": [
"**/__pycache__", "**/__pycache__",
".git", ".git",
"omemo",
"openpgp", "openpgp",
"pgp", "pgp",
], ],