-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyrightconfig.json
More file actions
42 lines (42 loc) · 1.16 KB
/
Copy pathpyrightconfig.json
File metadata and controls
42 lines (42 loc) · 1.16 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
35
36
37
38
39
40
41
42
{
"include": [
"voiage"
],
"exclude": [
"**/__pycache__",
"**/node_modules",
".git"
],
"ignore": [
"voiage/core/gpu_acceleration.py",
"voiage/plot/ceac.py",
"voiage/plot/voi_curves.py",
"voiage/widgets/voi_widgets.py",
"voiage/web/main.py",
"voiage/metamodels.py"
],
"defineConstant": {
"CUPY_AVAILABLE": false,
"JAX_AVAILABLE": false,
"TORCH_AVAILABLE": false,
"TINYGP_AVAILABLE": false,
"PYMC_AVAILABLE": false,
"SKLEARN_AVAILABLE": true,
"XARRAY_AVAILABLE": true,
"FASTAPI_AVAILABLE": false,
"TYPER_AVAILABLE": false
},
"stubPath": "typings",
"reportMissingImports": "warning",
"reportMissingTypeStubs": "none",
"reportOptionalCall": "none",
"reportOptionalMemberAccess": "none",
"reportOptionalIterable": "none",
"reportOptionalContextManager": "none",
"reportOptionalOperand": "none",
"strictListInference": true,
"strictDictionaryInference": true,
"strictSetInference": true,
"strictParameterNoneValue": true,
"enableTypeIgnoreComments": true
}