Files
fastapi/scripts/lint.sh
2026-06-16 08:34:25 +00:00

10 lines
134 B
Bash
Executable File

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