mirror of
https://github.com/fastapi/fastapi.git
synced 2026-01-01 18:47:55 -05:00
6 lines
100 B
Bash
Executable File
6 lines
100 B
Bash
Executable File
#!/bin/sh -e
|
|
set -x
|
|
|
|
ruff fastapi tests docs_src scripts --fix
|
|
black fastapi tests docs_src scripts
|