mirror of
https://github.com/langgenius/dify.git
synced 2025-12-19 17:27:16 -05:00
Remove unused mypy script (#25177)
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -x
|
||||
|
||||
SCRIPT_DIR="$(dirname "$(realpath "$0")")"
|
||||
cd "$SCRIPT_DIR/.."
|
||||
|
||||
# run mypy checks
|
||||
uv run --directory api --dev --with pip \
|
||||
python -m mypy --install-types --non-interactive --exclude venv ./
|
||||
Reference in New Issue
Block a user