imbajin commented on code in PR #313:
URL: 
https://github.com/apache/incubator-hugegraph-ai/pull/313#discussion_r2562743161


##########
pyproject.toml:
##########
@@ -43,6 +43,9 @@ dev = [
     "pytest~=8.0.0",
     "pytest-cov~=5.0.0",
     "pylint~=3.0.0",
+    "ruff>=0.5.0",

Review Comment:
   ⚠️ 建议在 README 或 CONTRIBUTING.md 中补充说明提交代码前需要运行 `ruff format .` 和 `ruff check 
.` 进行格式化和检查。这样可以帮助贡献者在提交前确保代码符合项目规范。
   
   另外,可以考虑添加 `.pre-commit-config.yaml` 配置文件,利用已添加的 `pre-commit` 依赖自动执行代码检查。



-- 
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]

Reply via email to