-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyrightconfig.json
More file actions
20 lines (20 loc) · 644 Bytes
/
pyrightconfig.json
File metadata and controls
20 lines (20 loc) · 644 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"reportConstantRedefinition": false,
"reportInvalidTypeVarUse": false,
"reportPrivateUsage": false,
"reportReturnType": "warning",
"reportUnnecessaryIsInstance": false,
"reportUnusedClass": "information",
"reportUnusedExpression": "information",
"reportUnusedFunction": "information",
"reportUnusedImport": "information",
"reportUnusedVariable": "information",
"typeCheckingMode": "strict",
"deprecateTypingAliases": true,
"disableBytesTypePromotions": true,
"enableReachabilityAnalysis": true,
"enableTypeIgnoreComments": false,
"strictDictionaryInference": true,
"strictListInference": true,
"strictSetInference": true,
}