Files
fastapi/scripts/format.sh
Sebastián Ramírez fa74093440 Use Ruff for linting (#5630)
2022-11-13 19:19:04 +01:00

7 lines
137 B
Bash
Executable File

#!/bin/sh -e
set -x
ruff fastapi tests docs_src scripts --fix
black fastapi tests docs_src scripts
isort fastapi tests docs_src scripts