Use --additional-flags='check-untyped-defs' when running mypy_primer (#9433)

This commit is contained in:
Alex Waygood
2022-12-31 19:01:54 +00:00
committed by GitHub
parent ba54f148ef
commit f794cdd582

View File

@@ -52,6 +52,7 @@ 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 \