Files
fastapi/scripts/lint.sh
2026-06-15 17:53:46 +02: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