Skip to content

Commit 8238446

Browse files
authored
👷 Add ty check to lint.sh (#15136)
1 parent e2a0fd4 commit 8238446

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/lint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ set -e
44
set -x
55

66
mypy fastapi
7+
ty check fastapi
78
ruff check fastapi tests docs_src scripts
89
ruff format fastapi tests --check

0 commit comments

Comments
 (0)