-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyrightconfig.json
More file actions
30 lines (30 loc) · 1.01 KB
/
pyrightconfig.json
File metadata and controls
30 lines (30 loc) · 1.01 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
{
"reportArgumentType": false,
"reportAttributeAccessIssue": false,
"reportOptionalSubscript": false,
"reportAny": false,
"reportPrivateUsage": false,
"reportOptionalMemberAccess": false,
"reportAssignmentType": false,
"reportUnusedCallResult": false,
"reportCallIssue": false,
"reportIncompleteStub": false,
"reportConstantRedefinition": false,
"reportAny": false,
"reportUnknownParameterType": false,
"reportUnknownVariableType": false,
"reportUnknownMemberType": false,
"reportUnknownArgumentType": false,
"reportUnknownLambdaType": false,
"reportMissingTypeArgument": false,
"reportMissingParameterType": false,
"reportMissingTypeStubs": false,
"reportUntypedFunctionDecorator": false,
"reportUnboundVariable": true,
"reportUnnecessaryIsInstance": false,
"extraPaths": [
"/home/shannc/Bio_SDD/miniforge3/envs/too-predict/lib/python3.12/site-packages",
"/home/shannc/Bio_SDD/too-predict/scripts",
"src"
]
}