mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-22 04:33:41 -07:00
use Python instead of bash
This commit is contained in:
3
.github/pyright-config.json
vendored
3
.github/pyright-config.json
vendored
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"include": [
|
||||
"type_check.py",
|
||||
"../worlds/AutoSNIClient.py",
|
||||
"../Patch.py"
|
||||
],
|
||||
@@ -16,7 +17,7 @@
|
||||
"reportMissingTypeStubs": true,
|
||||
|
||||
"pythonVersion": "3.8",
|
||||
"pythonPlatform": "Linux",
|
||||
"pythonPlatform": "Windows",
|
||||
|
||||
"executionEnvironments": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user