mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-25 00:33:22 -07:00
restrict return Any
This commit is contained in:
2
.github/mypy_check.sh
vendored
2
.github/mypy_check.sh
vendored
@@ -2,4 +2,4 @@ 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
|
||||
xargs mypy --strict --follow-imports=silent --no-warn-unused-ignore --install-types --non-interactive typings < .github/mypy_files.txt
|
||||
|
||||
Reference in New Issue
Block a user