From: Sofie Van Landeghem Date: Tue, 24 Mar 2026 16:39:32 +0000 (+0100) Subject: 👷 Add ty check to `lint.sh` (#15136) X-Git-Tag: 0.135.3~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8238446b1beafb153b5fc0fef43341fe90690646;p=thirdparty%2Ffastapi%2Ffastapi.git 👷 Add ty check to `lint.sh` (#15136) --- 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