mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 18:08:07 +08:00
build: introduce uv as Python package manager (#16317)
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
This commit is contained in:
7
dev/mypy-check
Executable file
7
dev/mypy-check
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -x
|
||||
|
||||
# run mypy checks
|
||||
uv run --directory api --group dev \
|
||||
python -m mypy --install-types --non-interactive .
|
||||
Reference in New Issue
Block a user