Add test that runs select with 3 or 4 arguments (#1590)

Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
Sofie Van Landeghem
2025-10-08 12:53:29 +02:00
committed by GitHub
parent b7fd32d5eb
commit 35a652e059
2 changed files with 65 additions and 0 deletions

View File

@ -4,5 +4,6 @@ set -e
set -x
mypy sqlmodel
mypy tests/test_select_typing.py
ruff check sqlmodel tests docs_src scripts
ruff format sqlmodel tests docs_src scripts --check