Files
gajim-plugins/pyrightconfig.json
2023-06-11 12:27:04 +02:00

15 lines
320 B
JSON

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