Skip to content

Commit e47ba50

Browse files
Make deprecations errors, just in case primer didn't pick up notes somehow.
1 parent f9f4397 commit e47ba50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mypy_primer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
--num-shards 4 --shard-index ${{ matrix.shard-index }} \
5656
--debug \
5757
--output concise \
58-
--additional-flags="--enable-error-code=deprecated --report-deprecated-as-note" \
58+
--additional-flags="--enable-error-code=deprecated" \
5959
| tee diff_${{ matrix.shard-index }}.txt
6060
) || [ $? -eq 1 ]
6161
- if: ${{ matrix.shard-index == 0 }}

0 commit comments

Comments
 (0)