chore: required pip and performance improvment in mypy checks (#19225)

This commit is contained in:
Bowen Liang
2025-05-06 09:16:43 +08:00
committed by GitHub
parent bbf513a2cd
commit e352ab2bdd
4 changed files with 18 additions and 2 deletions

View File

@@ -3,5 +3,5 @@
set -x
# run mypy checks
uv run --directory api --dev \
python -m mypy --install-types --non-interactive .
uv run --directory api --dev --with pip \
python -m mypy --install-types --non-interactive --cache-fine-grained --sqlite-cache .