Any should be a way to silence the type checker

This commit is contained in:
beauxq
2024-04-07 08:09:09 -07:00
parent 394ef75729
commit b826866c60

View File

@@ -2,4 +2,4 @@ if [ "$(basename "$(pwd)")" = ".github" ]; then
cd ..
fi
xargs mypy --strict --follow-imports=silent --no-warn-unused-ignore --install-types --non-interactive typings < .github/mypy_files.txt
xargs mypy --strict --follow-imports=silent --no-warn-unused-ignore --no-warn-return-any --install-types --non-interactive typings < .github/mypy_files.txt