40 lines
885 B
JSON
40 lines
885 B
JSON
{
|
|
"include": [
|
|
"../BizHawkClient.py",
|
|
"../Patch.py",
|
|
"../test/general/test_groups.py",
|
|
"../test/general/test_helpers.py",
|
|
"../test/general/test_memory.py",
|
|
"../test/general/test_names.py",
|
|
"../test/multiworld/__init__.py",
|
|
"../test/multiworld/test_multiworlds.py",
|
|
"../test/netutils/__init__.py",
|
|
"../test/programs/__init__.py",
|
|
"../test/programs/test_multi_server.py",
|
|
"../test/utils/__init__.py",
|
|
"../test/webhost/test_descriptions.py",
|
|
"../worlds/AutoSNIClient.py",
|
|
"type_check.py"
|
|
],
|
|
|
|
"exclude": [
|
|
"**/__pycache__"
|
|
],
|
|
|
|
"stubPath": "../typings",
|
|
|
|
"typeCheckingMode": "strict",
|
|
"reportImplicitOverride": "error",
|
|
"reportMissingImports": true,
|
|
"reportMissingTypeStubs": true,
|
|
|
|
"pythonVersion": "3.10",
|
|
"pythonPlatform": "Windows",
|
|
|
|
"executionEnvironments": [
|
|
{
|
|
"root": ".."
|
|
}
|
|
]
|
|
}
|