fastapi-master/scripts/lint.sh

9 lines
125 B
Bash
Raw Normal View History

2024-08-24 12:41:47 +08:00
#!/usr/bin/env bash
set -e
set -x
mypy fastapi
ruff check fastapi tests docs_src scripts
ruff format fastapi tests --check