mirror of
https://github.com/langgenius/dify.git
synced 2025-08-17 05:37:30 +00:00
8 lines
129 B
Plaintext
8 lines
129 B
Plaintext
![]() |
#!/bin/bash
|
||
|
|
||
|
set -x
|
||
|
|
||
|
# run mypy checks
|
||
|
uv run --directory api --group dev \
|
||
|
python -m mypy --install-types --non-interactive .
|