mirror of
https://github.com/fastapi/fastapi.git
synced 2026-04-07 16:40:31 -04:00
👷 Add ty check to lint.sh (#15136)
This commit is contained in:
committed by
GitHub
parent
e2a0fd4ad8
commit
8238446b1b
@@ -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