mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-20 15:13:33 -07:00
6 lines
218 B
Bash
Executable File
6 lines
218 B
Bash
Executable File
if [ "$(basename "$(pwd)")" = ".github" ]; then
|
|
cd ..
|
|
fi
|
|
|
|
xargs mypy --strict --follow-imports=silent --no-warn-unused-ignore --no-warn-return-any --install-types --non-interactive typings < .github/mypy_files.txt
|