-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyrightconfig.json
More file actions
34 lines (31 loc) · 642 Bytes
/
Copy pathpyrightconfig.json
File metadata and controls
34 lines (31 loc) · 642 Bytes
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
{
"include": [
"lib",
"orchestrator",
"skills",
"bin",
"api",
"services",
"tests"
],
"extraPaths": [
"lib",
"orchestrator",
"skills",
"bin",
"api"
],
"pythonVersion": "3.12",
"pythonPlatform": "Linux",
"typeCheckingMode": "off",
"reportMissingImports": false,
"reportMissingTypeStubs": false,
"reportOptionalMemberAccess": false,
"reportArgumentType": false,
"reportReturnType": false,
"reportAttributeAccessIssue": false,
"reportGeneralTypeIssues": false,
"reportIndexIssue": false,
"reportOptionalSubscript": false,
"reportOptionalIterable": false
}