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

This commit is contained in:
Sofie Van Landeghem authored and GitHub committed 2026-03-24 17:39:32 +01:00
1 parent e2a0fd4ad8
commit 8238446b1b
1 file changed
+1
+1
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