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 2909242 commit 86ef417Copy full SHA for 86ef417
.github/workflows/test.yml
@@ -82,6 +82,9 @@ jobs:
82
- name: Lint
83
if: matrix.pydantic-version == 'pydantic-v2' && matrix.python-version != '3.8'
84
run: bash scripts/lint.sh
85
+ - name: Extra Mypy check
86
+ if: matrix.python-version == '3.13'
87
+ run: mypy tests/test_select_typing.py
88
- run: mkdir coverage
89
- name: Test
90
run: bash scripts/test.sh
0 commit comments