Update pyrightconfig

This commit is contained in:
wurstsalat
2022-11-29 19:37:56 +01:00
parent bb82b2a34d
commit 14fb45e9f8

View File

@@ -7,9 +7,9 @@
"reportMissingModuleSource": "none", "reportMissingModuleSource": "none",
"exclude": [ "exclude": [
"**/__pycache__", "**/__pycache__",
".git" ".git",
"omemo",
"openpgp",
"pgp",
], ],
"include": [
"scripts/*",
]
} }