dify/dev/basedpyright-check
2025-09-03 11:52:26 +08:00

10 lines
147 B
Bash
Executable File

#!/bin/bash
set -x
SCRIPT_DIR="$(dirname "$(realpath "$0")")"
cd "$SCRIPT_DIR/.."
# run basedpyright checks
uv --directory api run basedpyright