mirror of
https://github.com/fastapi/sqlmodel.git
synced 2025-11-08 17:18:06 +08:00
6 lines
114 B
Bash
Executable File
6 lines
114 B
Bash
Executable File
#!/bin/sh -e
|
|
set -x
|
|
|
|
ruff check sqlmodel tests docs_src scripts --fix
|
|
ruff format sqlmodel tests docs_src scripts
|