diff --git a/scripts/lint.sh b/scripts/lint.sh index 18cf52a84..a4d3422d3 100755 --- a/scripts/lint.sh +++ b/scripts/lint.sh @@ -4,5 +4,6 @@ set -e set -x mypy fastapi +ty check fastapi ruff check fastapi tests docs_src scripts ruff format fastapi tests --check