We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--additional-flags='check-untyped-defs'
1 parent ba54f14 commit f794cddCopy full SHA for f794cdd
.github/workflows/mypy_primer.yml
@@ -52,6 +52,7 @@ jobs:
52
--new v${MYPY_VERSION} --old v${MYPY_VERSION} \
53
--custom-typeshed-repo typeshed_to_test \
54
--new-typeshed $GITHUB_SHA --old-typeshed upstream_main \
55
+ --additional-flags="--check-untyped-defs" \
56
--num-shards 4 --shard-index ${{ matrix.shard-index }} \
57
--debug \
58
--output concise \
0 commit comments