Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/CyberBattleSim
Path: blob/main/pyrightconfig.json
597 views
1
{
2
"exclude": [
3
"**/.ipynb_checkpoints",
4
"**/__pycache__",
5
"**/outputs/**",
6
"typings",
7
"venv"
8
],
9
"ignore": [],
10
"typeshedPaths": [
11
"typings"
12
],
13
"reportMissingImports": true,
14
"reportMissingTypeStubs": true,
15
"enableTypeIgnoreComments": true,
16
"reportUnusedFunction": "warning",
17
"reportUnusedImport": "warning",
18
"reportDuplicateImport": "warning",
19
"reportUnnecessaryCast": "warning",
20
"reportUndefinedVariable": "error",
21
"reportIncompatibleMethodOverride": "warning",
22
"reportIncompatibleVariableOverride": "information",
23
"strictParameterNoneValue": true,
24
"strict": []
25
}
26