mirror of
https://github.com/fastapi/sqlmodel.git
synced 2026-01-01 15:11:23 -06: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
|