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 a64fe4d commit 24afdddCopy full SHA for 24afddd
.github/workflows/mypy_primer.yml
@@ -66,6 +66,7 @@ jobs:
66
--num-shards 5 --shard-index ${{ matrix.shard-index }} \
67
--debug \
68
--additional-flags="--debug-serialize" \
69
+ --additional-flags="--local-partial-types" \
70
--output concise \
71
| tee diff_${{ matrix.shard-index }}.txt
72
) || [ $? -eq 1 ]
0 commit comments