Skip to content

Commit f794cdd

Browse files
authored
Use --additional-flags='check-untyped-defs' when running mypy_primer (#9433)
1 parent ba54f14 commit f794cdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/mypy_primer.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ 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" \
5556
--num-shards 4 --shard-index ${{ matrix.shard-index }} \
5657
--debug \
5758
--output concise \

0 commit comments

Comments
 (0)