summaryrefslogtreecommitdiff
path: root/pyrightconfig-ci.json
blob: 9082b07903f2d9c2b13ae6d0f3539c406d79d82d (plain)
1
2
3
4
5
6
7
8
9
10
{
    "venvPath": "local",
    "venv": "py3",
    "include": [
        "searx",
        "searxng_extra",
        "tests"
    ],
    "typeCheckingMode": "off"
}