mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Use --additional-flags='check-untyped-defs' when running mypy_primer (#9433)
This commit is contained in:
1
.github/workflows/mypy_primer.yml
vendored
1
.github/workflows/mypy_primer.yml
vendored
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user