Files
dify_origin_resource/dify_1.2.0/dev/run-mypy
2025-10-14 14:17:21 +08:00

12 lines
193 B
Bash

#!/bin/bash
set -x
if ! command -v mypy &> /dev/null; then
poetry install -C api --with dev
fi
# run mypy checks
poetry run -C api \
python -m mypy --install-types --non-interactive .