Skip to content

Commit a186cc8

Browse files
committed
Revert "Add flag to mypy_primer"
This reverts commit 3341b4b.
1 parent 3341b4b commit a186cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mypy_primer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
--new $GITHUB_SHA --old base_commit \
6666
--num-shards 5 --shard-index ${{ matrix.shard-index }} \
6767
--debug \
68-
--additional-flags="--debug-serialize --only-allow-exhaustive-match-statements" \
68+
--additional-flags="--debug-serialize" \
6969
--output concise \
7070
| tee diff_${{ matrix.shard-index }}.txt
7171
) || [ $? -eq 1 ]

0 commit comments

Comments
 (0)