diff --git a/.github/mypy_check.sh b/.github/mypy_check.sh index 48bb406a94..0058b1d2ee 100755 --- a/.github/mypy_check.sh +++ b/.github/mypy_check.sh @@ -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