mirror of
https://github.com/fastapi/fastapi.git
synced 2025-12-24 14:48:35 -05:00
6 lines
119 B
Bash
Executable File
6 lines
119 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -x
|
|
|
|
ruff check fastapi tests docs_src scripts --fix
|
|
ruff format fastapi tests docs_src scripts
|