fastapi/scripts/lint.sh

9 lines
113 B
Bash
Executable File

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