From 5901ca12e49c3d6fe95904adaffb21fe9230a819 Mon Sep 17 00:00:00 2001 From: beauxq Date: Mon, 8 Apr 2024 10:54:15 -0700 Subject: [PATCH] restrict return Any --- .github/mypy_check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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