mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-25 07:23:25 -07:00
27 lines
404 B
JSON
27 lines
404 B
JSON
{
|
|
"include": [
|
|
"../worlds/AutoSNIClient.py",
|
|
"../Patch.py"
|
|
],
|
|
|
|
"exclude": [
|
|
"**/__pycache__"
|
|
],
|
|
|
|
"stubPath": "../typings",
|
|
|
|
"typeCheckingMode": "strict",
|
|
"reportImplicitOverride": "error",
|
|
"reportMissingImports": true,
|
|
"reportMissingTypeStubs": true,
|
|
|
|
"pythonVersion": "3.8",
|
|
"pythonPlatform": "Linux",
|
|
|
|
"executionEnvironments": [
|
|
{
|
|
"root": ".."
|
|
}
|
|
]
|
|
}
|