mirror of
https://github.com/fastapi/fastapi.git
synced 2026-04-05 15:45:19 -04: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
|