mirror of
https://github.com/langgenius/dify.git
synced 2026-06-15 14:05:29 +08:00
12de1d175c
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
8 lines
129 B
Bash
Executable File
8 lines
129 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -x
|
|
|
|
# run mypy checks
|
|
uv run --directory api --group dev \
|
|
python -m mypy --install-types --non-interactive .
|