We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
lint.sh
1 parent e2a0fd4 commit 8238446Copy full SHA for 8238446
1 file changed
scripts/lint.sh
@@ -4,5 +4,6 @@ set -e
4
set -x
5
6
mypy fastapi
7
+ty check fastapi
8
ruff check fastapi tests docs_src scripts
9
ruff format fastapi tests --check
0 commit comments