🔥 Remove unused scripts (#15771)

This commit is contained in:
Sebastián Ramírez
2026-06-15 18:03:45 +02:00
committed by GitHub
parent 8c5a830b6d
commit c054476c6f
4 changed files with 0 additions and 28 deletions

View File

@@ -1,8 +0,0 @@
#!/usr/bin/env bash
set -e
set -x
coverage combine
coverage report
coverage html

View File

@@ -1,5 +0,0 @@
#!/usr/bin/env bash
set -x
ruff check fastapi tests docs_src scripts --fix
ruff format fastapi tests docs_src scripts

View File

@@ -1,9 +0,0 @@
#!/usr/bin/env bash
set -e
set -x
mypy fastapi
ty check
ruff check fastapi tests docs_src scripts
ruff format fastapi tests --check

View File

@@ -1,6 +0,0 @@
#!/usr/bin/env bash
set -e
set -x
bash scripts/test-cov.sh --cov-report=term-missing --cov-report=html ${@}