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
|
set -x
|
||||||
|
|
||||||
mypy fastapi
|
mypy fastapi
|
||||||
|
ty check fastapi
|
||||||
ruff check fastapi tests docs_src scripts
|
ruff check fastapi tests docs_src scripts
|
||||||
ruff format fastapi tests --check
|
ruff format fastapi tests --check
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue