]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
👷 Add ty check to `lint.sh` (#15136)
authorSofie Van Landeghem <svlandeg@users.noreply.github.com>
Tue, 24 Mar 2026 16:39:32 +0000 (17:39 +0100)
committerGitHub <noreply@github.com>
Tue, 24 Mar 2026 16:39:32 +0000 (17:39 +0100)
scripts/lint.sh

index 18cf52a8485a712c627bf000b59031a068770206..a4d3422d3a6966f1865157fa54b258d04fb252be 100755 (executable)
@@ -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