👷 Add ty check to `lint.sh` (#15136)

This commit is contained in:
Sofie Van Landeghem 2026-03-24 17:39:32 +01:00 committed by GitHub
parent e2a0fd4ad8
commit 8238446b1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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