mirror of
https://github.com/YFGaia/dify-plus.git
synced 2026-06-12 18:11:42 +08:00
c134c66e21
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 .
|