chore: bump version to 0.6.4 and update pre-commit configuration#88
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the package version to 0.6.4 and includes several maintenance changes to the scaffolded project, such as updating CI workflows, refining Ruff linting configurations, and cleaning up code formatting. Feedback highlights a version inconsistency in the pyproject.toml file, a recommendation to use 'extend-exclude' in the Ruff configuration to maintain default exclusions, and a request to translate Korean comments in the pre-commit configuration to English for consistency.
| rev: v0.12.0 | ||
| hooks: | ||
| - id: ruff-check | ||
| # 코드 품질 점검 및 임포트 정리 |
There was a problem hiding this comment.
The comments in this configuration file are in Korean, while the rest of the project (including docstrings and scripts) is in English. For consistency and better maintainability in an English-primary environment, it is recommended to use English for all comments.
# Code quality check and import sorting| types_or: [python, pyi] | ||
| args: [--fix] | ||
| - id: ruff-format | ||
| # 코드 포맷팅 |
…/pyproject.toml Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
…/pyproject.toml Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
🚀 PR Type (Required)
Select one and delete the others:
📝 Summary
📄 Description
🔗 Issue / Dependencies / Mentions
💪 Ownership (Required)
✅ Quality Checks (Required for "Ready for Review" only)
uv run ruff check .passeduv run pytest -qpassed💡 Notes (Optional)
🔗 Related Issue(s)