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",
"pythonVersion": "3.9",
"pythonVersion": "3.10",
"typeCheckingMode": "strict",
"reportImportCycles": "none",
"reportImplicitStringConcatenation": "none",
@@ -8,7 +8,6 @@
"exclude": [
"**/__pycache__",
".git",
"omemo",
"openpgp",
"pgp",
],