mirror of
https://github.com/fastapi/fastapi.git
synced 2026-01-18 11:01:35 -05:00
6 lines
162 B
Bash
6 lines
162 B
Bash
#!/bin/sh -e
|
|
set -x
|
|
|
|
black fastapi tests
|
|
isort --multi-line=3 --trailing-comma --force-grid-wrap=0 --combine-as --line-width 88 --recursive --apply fastapi tests
|