-
Notifications
You must be signed in to change notification settings - Fork 0
chore: update pypi, dependencies and mature pyproject.toml #116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Summary of ChangesHello @b-long, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request focuses on maintenance and improving the project's packaging metadata. It updates development dependencies to their latest versions, specifically for linting and commit message validation, and enriches the Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates project metadata and dependencies to improve the package's PyPI presence and maintain current tooling versions.
- Added comprehensive PyPI classifiers to improve package discoverability
- Added project URLs for homepage, repository, and issue tracking
- Updated pre-commit hook versions for ruff and conventional-pre-commit
Reviewed Changes
Copilot reviewed 2 out of 6 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pyproject.toml | Added PyPI classifiers and project URLs to enhance package metadata |
| .pre-commit-config.yaml | Updated ruff-pre-commit to v0.14.5 and conventional-pre-commit to v4.3.0 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
/gemini review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request updates dependencies and enhances the pyproject.toml file with more metadata for PyPI. The changes are generally good, including dependency updates in .pre-commit-config.yaml and additions to .gitignore. I've provided a suggestion for pyproject.toml to further improve the package metadata by adjusting the Python version classifiers and adding keywords for better discoverability.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request primarily focuses on project configuration and dependency updates. The changes to .gitignore and .pre-commit-config.yaml are good maintenance steps. The additions to pyproject.toml significantly improve the package's metadata for PyPI, which is a great improvement. I've made a couple of suggestions on the pyproject.toml classifiers to better align with common Python packaging conventions regarding development status and supported Python versions.
7a1a192 to
af2e761
Compare
- update pyproject.toml to improve pypi.org content - pin connect-python <0.5
90de66f to
e26e425
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 3 out of 7 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
chore: update pypi, dependencies and mature pyproject.toml