Files
sqlmodel/scripts/lint.sh
Sofie Van Landeghem 35a652e059 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>
2025-10-08 12:53:29 +02:00

10 lines
178 B
Bash
Executable File

#!/usr/bin/env bash
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