Files
fastapi/scripts/lint.sh
2026-03-24 17:39:32 +01:00

10 lines
142 B
Bash
Executable File

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