mirror of
https://github.com/fastapi/fastapi.git
synced 2026-09-23 11:55:07 -04:00
👷 Add ty check to lint.sh (#15136)
This commit is contained in:
1 parent
e2a0fd4ad8
commit
8238446b1b
1 file changed
+1
@@ -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
|
||||
Reference in new issue
Block a user