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