8 lines
127 B

#!/usr/bin/env bash
set -e
set -x
mypy fastapi
black fastapi tests --check
isort fastapi tests docs_src scripts --check-only