mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-23 22:23:24 -07:00
type error for testing CI
This commit is contained in:
2
.github/type_check.py
vendored
2
.github/type_check.py
vendored
@@ -4,7 +4,7 @@ import sys
|
||||
|
||||
config = Path(__file__).parent / "pyright-config.json"
|
||||
|
||||
command = ("pyright", "-p", str(config))
|
||||
command: int = ("pyright", "-p", str(config))
|
||||
print(" ".join(command))
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user