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 f794cdd582.
This commit is contained in:
Alex Waygood
2023-01-03 22:58:32 +00:00
committed by GitHub
parent 3e24c65c3b
commit 28abff4efe

View File

@@ -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 \