mirror of
https://github.com/langgenius/dify.git
synced 2025-11-23 00:13:22 +00:00
10 lines
147 B
Plaintext
10 lines
147 B
Plaintext
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
set -x
|
||
|
|
|
||
|
|
SCRIPT_DIR="$(dirname "$(realpath "$0")")"
|
||
|
|
cd "$SCRIPT_DIR/.."
|
||
|
|
|
||
|
|
# run basedpyright checks
|
||
|
|
uv --directory api run basedpyright
|