mirror of
https://github.com/fastapi/fastapi.git
synced 2026-01-08 22:20:43 -05:00
6 lines
112 B
Bash
Executable File
6 lines
112 B
Bash
Executable File
#!/bin/sh -e
|
|
set -x
|
|
|
|
ruff check fastapi tests docs_src scripts --fix
|
|
ruff format fastapi tests docs_src scripts
|