mirror of
https://github.com/fastapi/fastapi.git
synced 2025-12-27 16:21:06 -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
|