Skip to content

Commit 4134250

Browse files
committedMar 5, 2025
mypy_primer: Enable TypeForm feature when checking effects on open source code
1 parent 29fe65a commit 4134250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/mypy_primer.yml

+1-1
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" \
68+
--additional-flags="--debug-serialize --enable-incomplete-feature=TypeForm" \
6969
--output concise \
7070
| tee diff_${{ matrix.shard-index }}.txt
7171
) || [ $? -eq 1 ]

0 commit comments

Comments
 (0)
Please sign in to comment.