Browse Source

add ty check to lint.sh

pull/15136/head
svlandeg 4 months ago
parent
commit
8e936cca43
  1. 1
      scripts/lint.sh

1
scripts/lint.sh

@ -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…
Cancel
Save