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