Skip to content

Commit

Permalink
Revert "Use --additional-flags='check-untyped-defs' when running my…
Browse files Browse the repository at this point in the history
…py_primer" (#9451)

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

This reverts commit f794cdd.
  • Loading branch information
AlexWaygood committed Jan 3, 2023
1 parent 3e24c65 commit 28abff4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/mypy_primer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ 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 \
Expand Down

0 comments on commit 28abff4

Please sign in to comment.