-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyrightconfig.json
More file actions
34 lines (34 loc) · 1.14 KB
/
pyrightconfig.json
File metadata and controls
34 lines (34 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"typeCheckingMode": "strict",
"useLibraryCodeForTypes": true,
"verboseOutput": false,
"reportMissingTypeStubs": false,
"reportUnknownLambdaType": false,
"reportImportCycles": false,
"reportPrivateUsage": false,
"executionEnvironments": [
{
"root": "android/pandora/test",
"extraPaths": ["pandora/server"]
},
{
"root": "android/pandora/mmi2grpc"
},
{
"root": "pandora/server/bumble_experimental"
},
{
"root": "framework/tests/bumble/src/bumble_server.py",
"extraPaths": ["pandora/server"]
}
],
"extraPaths": [
"../../../external/pandora/avatar",
"../../../external/python/bumble",
"../../../external/python/mobly",
"../../../external/python/pyee",
"../../../external/python/portpicker/src",
"../../../out/soong/.intermediates/external/pandora/bt-test-interfaces/python/pandora-python-gen-src/gen/",
"../../../out/soong/.intermediates/packages/modules/Bluetooth/pandora/interfaces/python/pandora_experimental-python-gen-src/gen/"
]
}