mirror of
https://github.com/fastapi/fastapi.git
synced 2026-01-06 04:57:58 -05:00
7 lines
137 B
Bash
Executable File
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
|