mirror of
https://github.com/fastapi/sqlmodel.git
synced 2025-08-14 09:30:27 +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
|