mirror of
https://github.com/fastapi/sqlmodel.git
synced 2025-10-27 19:47:12 +08:00
✅ 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:
committed by
GitHub
parent
b7fd32d5eb
commit
35a652e059
@ -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
|
||||
|
||||
Reference in New Issue
Block a user