Files
gajim-plugins/pyrightconfig.json
2022-04-21 00:17:03 +02:00

13 lines
284 B
JSON

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