mirror of
https://github.com/YFGaia/dify-plus.git
synced 2026-07-06 16:12:11 +08:00
9d5956cef8
Signed-off-by: -LAN- <laipz8200@outlook.com>
10 lines
147 B
Bash
Executable File
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
|