Browse Source

🔥 Remove unused scripts (#15771)

pull/15772/head
Sebastián Ramírez 2 days ago
committed by GitHub
parent
commit
c054476c6f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 8
      scripts/coverage.sh
  2. 5
      scripts/format.sh
  3. 9
      scripts/lint.sh
  4. 6
      scripts/test-cov-html.sh

8
scripts/coverage.sh

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

5
scripts/format.sh

@ -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

9
scripts/lint.sh

@ -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

6
scripts/test-cov-html.sh

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