From 28abff4efe3e7dc47314c5912b9cdb9fbc33133c Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Tue, 3 Jan 2023 22:58:32 +0000 Subject: [PATCH] Revert "Use `--additional-flags='check-untyped-defs'` when running mypy_primer" (#9451) Revert "Use `--additional-flags='check-untyped-defs'` when running mypy_primer (#9433)" This reverts commit f794cdd582fb47ef9089a91f09a4585742497f95. --- .github/workflows/mypy_primer.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/mypy_primer.yml b/.github/workflows/mypy_primer.yml index 83f7e6ed7..28aaf362e 100644 --- a/.github/workflows/mypy_primer.yml +++ b/.github/workflows/mypy_primer.yml @@ -52,7 +52,6 @@ jobs: --new v${MYPY_VERSION} --old v${MYPY_VERSION} \ --custom-typeshed-repo typeshed_to_test \ --new-typeshed $GITHUB_SHA --old-typeshed upstream_main \ - --additional-flags="--check-untyped-defs" \ --num-shards 4 --shard-index ${{ matrix.shard-index }} \ --debug \ --output concise \