dify/dev/mypy-check

8 lines
129 B
Plaintext
Raw Normal View History

#!/bin/bash
set -x
# run mypy checks
uv run --directory api --group dev \
python -m mypy --install-types --non-interactive .