dify/dev/mypy-check

7 lines
170 B
Bash
Executable file

#!/bin/bash
set -x
# run mypy checks
uv run --directory api --dev --with pip \
python -m mypy --install-types --non-interactive --cache-fine-grained --sqlite-cache .