Sofie Van Landeghem
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
scripts/lint.sh
|
|
@ -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 |
|
|
|