fastapi-master/scripts/format.sh

6 lines
119 B
Bash
Raw Normal View History

2024-08-24 12:41:47 +08:00
#!/usr/bin/env bash
set -x
ruff check fastapi tests docs_src scripts --fix
ruff format fastapi tests docs_src scripts