🔨 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

@@ -1,5 +1,5 @@
#!/bin/sh -e
set -x
ruff sqlmodel tests docs_src scripts --fix
ruff check sqlmodel tests docs_src scripts --fix
ruff format sqlmodel tests docs_src scripts