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 3262047 commit c1cc48aCopy full SHA for c1cc48a
.github/workflows/mypy_primer.yml
@@ -55,7 +55,7 @@ jobs:
55
--num-shards 4 --shard-index ${{ matrix.shard-index }} \
56
--debug \
57
--output concise \
58
- --additional-flags="--enable-error-code=deprecated" \
+ --additional-flags="--enable-error-code deprecated" \
59
| tee diff_${{ matrix.shard-index }}.txt
60
) || [ $? -eq 1 ]
61
- if: ${{ matrix.shard-index == 0 }}
0 commit comments