bitflicker64 commented on code in PR #366:
URL: https://github.com/apache/hugegraph-ai/pull/366#discussion_r3453925249
##########
.github/workflows/ruff.yml:
##########
@@ -49,3 +49,9 @@ jobs:
- name: Lint code with Ruff
run: |
uv run ruff check .
+
+ - name: Type check with ty (non-blocking)
+ run: uv run ty check hugegraph-llm/src hugegraph-python-client/src
Review Comment:
changed uv sync --extra dev to uv sync --extra dev --extra llm --extra
python-client so ty has the runtime deps for both checked packages before
running.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]