+++ /dev/null
-#!/usr/bin/env bash
-
-set -e
-set -x
-
-coverage combine
-coverage report
-coverage html
+++ /dev/null
-#!/usr/bin/env bash
-set -x
-
-ruff check fastapi tests docs_src scripts --fix
-ruff format fastapi tests docs_src scripts
+++ /dev/null
-#!/usr/bin/env bash
-
-set -e
-set -x
-
-mypy fastapi
-ty check
-ruff check fastapi tests docs_src scripts
-ruff format fastapi tests --check
+++ /dev/null
-#!/usr/bin/env bash
-
-set -e
-set -x
-
-bash scripts/test-cov.sh --cov-report=term-missing --cov-report=html ${@}