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.
1 parent 29fe65a commit 4134250Copy full SHA for 4134250
.github/workflows/mypy_primer.yml
@@ -65,7 +65,7 @@ jobs:
65
--new $GITHUB_SHA --old base_commit \
66
--num-shards 5 --shard-index ${{ matrix.shard-index }} \
67
--debug \
68
- --additional-flags="--debug-serialize" \
+ --additional-flags="--debug-serialize --enable-incomplete-feature=TypeForm" \
69
--output concise \
70
| tee diff_${{ matrix.shard-index }}.txt
71
) || [ $? -eq 1 ]
0 commit comments