Browse Source

👷 Add ty check to `lint.sh` (#15136)

pull/15213/head
Sofie Van Landeghem 2 months ago
committed by GitHub
parent
commit
8238446b1b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  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