Remove unused mypy script (#25177)

This commit is contained in:
Yongtao Huang 2025-09-05 00:22:38 +08:00 committed by GitHub
commit 334218a62c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 35 deletions

View file

@ -1,10 +0,0 @@
#!/bin/bash
set -x
SCRIPT_DIR="$(dirname "$(realpath "$0")")"
cd "$SCRIPT_DIR/.."
# run mypy checks
uv run --directory api --dev --with pip \
python -m mypy --install-types --non-interactive --exclude venv ./