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 f9f4397 commit e47ba50Copy full SHA for e47ba50
.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 --report-deprecated-as-note" \
+ --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