pyrightconfig.json 311 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "ignore": [
        "nni/algorithms",
        "nni/common/device.py",
        "nni/common/graph_utils.py",
        "nni/common/serializer.py",
        "nni/compression",
        "nni/nas",
        "nni/retiarii",
        "nni/smartparam.py",
        "nni/tools"
    ],
    "reportMissingImports": false
}