From 8e936cca4320bca572f89a60cc0f8b3054b15cb8 Mon Sep 17 00:00:00 2001 From: svlandeg Date: Tue, 17 Mar 2026 14:49:04 +0100 Subject: [PATCH] add ty check to lint.sh --- scripts/lint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/lint.sh b/scripts/lint.sh index 18cf52a848..a4d3422d3a 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