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.
--strict
assert_type
1 parent caa3294 commit 9c156a0Copy full SHA for 9c156a0
.github/workflows/test.yml
@@ -70,7 +70,7 @@ jobs:
70
- name: Run pytest tests
71
run: PYTHONPATH='.' pytest --num-shards=4 --shard-id=${{ matrix.shard }} tests
72
- name: Run mypy on the test cases
73
- run: mypy tests/assert_type
+ run: mypy --strict tests/assert_type
74
75
stubtest:
76
timeout-minutes: 10
0 commit comments