Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pyrightconfig.json - dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a79a060d777101904e3cdbd3f2f642ec65235e73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "pythonPlatform": "All",
    "pythonVersion": "3.10",
    "typeCheckingMode": "strict",
    "reportImportCycles": "none",
    "reportImplicitStringConcatenation": "none",
    "reportMissingModuleSource": "none",
    "exclude": [
        "**/__pycache__",
        ".git",
        "openpgp",
        "pgp",
    ],
}