Skip to content

Commit 9c156a0

Browse files
authored
Run mypy with --strict on assert_type tests (#2301)
1 parent caa3294 commit 9c156a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Run pytest tests
7171
run: PYTHONPATH='.' pytest --num-shards=4 --shard-id=${{ matrix.shard }} tests
7272
- name: Run mypy on the test cases
73-
run: mypy tests/assert_type
73+
run: mypy --strict tests/assert_type
7474

7575
stubtest:
7676
timeout-minutes: 10

0 commit comments

Comments
 (0)