🔨 Update internal scripts and remove unused ones (#914)

This commit is contained in:
Sebastián Ramírez
2024-04-29 16:24:50 -07:00
committed by GitHub
parent 570cd9f10c
commit 7023896d7c
7 changed files with 2 additions and 37 deletions

View File

@@ -4,5 +4,5 @@ set -e
set -x
mypy sqlmodel
ruff sqlmodel tests docs_src scripts
ruff check sqlmodel tests docs_src scripts
ruff format sqlmodel tests docs_src --check