🔧 Adopt Ruff for formatting (#679)

This commit is contained in:
Sebastián Ramírez
2023-10-26 18:32:26 +04:00
committed by GitHub
parent 8d14232538
commit 7fdfee10a5
5 changed files with 14 additions and 18 deletions

View File

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