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 86ef417 commit 140d347Copy full SHA for 140d347
.github/workflows/test.yml
@@ -82,9 +82,6 @@ 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
scripts/lint.sh
@@ -4,5 +4,6 @@ set -e
4
set -x
5
6
mypy sqlmodel
7
+mypy tests/test_select_typing.py
8
ruff check sqlmodel tests docs_src scripts
9
ruff format sqlmodel tests docs_src scripts --check
0 commit comments