From 8238446b1beafb153b5fc0fef43341fe90690646 Mon Sep 17 00:00:00 2001 From: Sofie Van Landeghem Date: Tue, 24 Mar 2026 17:39:32 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Add=20ty=20check=20to=20`lint.sh?= =?UTF-8?q?`=20(#15136)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/lint.sh | 1 + 1 file changed, 1 insertion(+) 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