Files
gajim-plugins/pyrightconfig.json
2022-11-29 19:37:56 +01:00

16 lines
336 B
JSON

{
"pythonPlatform": "All",
"pythonVersion": "3.9",
"typeCheckingMode": "strict",
"reportImportCycles": "none",
"reportImplicitStringConcatenation": "none",
"reportMissingModuleSource": "none",
"exclude": [
"**/__pycache__",
".git",
"omemo",
"openpgp",
"pgp",
],
}