diff --git a/pyrightconfig.json b/pyrightconfig.json index 4529256..256d636 100644 --- a/pyrightconfig.json +++ b/pyrightconfig.json @@ -7,9 +7,9 @@ "reportMissingModuleSource": "none", "exclude": [ "**/__pycache__", - ".git" + ".git", + "omemo", + "openpgp", + "pgp", ], - "include": [ - "scripts/*", - ] }