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
commit e352ab2bdd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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 .