👷 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

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