mirror of https://github.com/tiangolo/fastapi.git
👷 Add ty check to `lint.sh` (#15136)
This commit is contained in:
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue