Skip to content

Commit dc3bef2

Browse files
authored
Revert "Use --additional-flags='check-untyped-defs' when running mypy_primer (#9433)"
This reverts commit f794cdd.
1 parent 7c15e69 commit dc3bef2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/mypy_primer.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ jobs:
5252
--new v${MYPY_VERSION} --old v${MYPY_VERSION} \
5353
--custom-typeshed-repo typeshed_to_test \
5454
--new-typeshed $GITHUB_SHA --old-typeshed upstream_main \
55-
--additional-flags="--check-untyped-defs" \
5655
--num-shards 4 --shard-index ${{ matrix.shard-index }} \
5756
--debug \
5857
--output concise \

0 commit comments

Comments
 (0)