mirror of
https://github.com/anomalyco/opencode-sdk-python.git
synced 2026-05-18 06:22:29 +00:00
chore(internal): codegen related update
This commit is contained in:
parent
9fa8fed284
commit
e10bc2dcbd
1 changed files with 7 additions and 2 deletions
|
|
@ -4,8 +4,13 @@ set -e
|
||||||
|
|
||||||
cd "$(dirname "$0")/.."
|
cd "$(dirname "$0")/.."
|
||||||
|
|
||||||
echo "==> Running lints"
|
if [ "$1" = "--fix" ]; then
|
||||||
rye run lint
|
echo "==> Running lints with --fix"
|
||||||
|
rye run fix:ruff
|
||||||
|
else
|
||||||
|
echo "==> Running lints"
|
||||||
|
rye run lint
|
||||||
|
fi
|
||||||
|
|
||||||
echo "==> Making sure it imports"
|
echo "==> Making sure it imports"
|
||||||
rye run python -c 'import opencode_ai'
|
rye run python -c 'import opencode_ai'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue