Skip to content

Conversation

@b-long
Copy link
Owner

@b-long b-long commented Nov 20, 2025

chore: update pypi, dependencies and mature pyproject.toml

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @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 pyproject.toml with detailed PyPI classifiers and project URLs, which are crucial for better distribution and project information on PyPI. Additionally, a minor update to the .gitignore file helps streamline the development environment.

Highlights

  • PyPI Metadata Enhancement: The pyproject.toml file has been significantly enhanced with comprehensive PyPI classifiers and project URLs, improving discoverability and metadata for the package.
  • Dependency Updates: The ruff linter/formatter and conventional-pre-commit hook versions have been updated in .pre-commit-config.yaml to their latest stable releases.
  • Development Environment Cleanup: The .gitignore file now includes an entry to ignore .vagrant/ directories, preventing Vagrant-related files from being committed.
Using Gemini Code Assist

The 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 /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

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 .gemini/ folder in the base of the repository. Detailed instructions can be found here.

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

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@b-long b-long requested a review from Copilot November 20, 2025 00:13
Copy link
Contributor

Copilot AI left a 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.

@b-long
Copy link
Owner Author

b-long commented Nov 20, 2025

/gemini review

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a 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.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a 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.

@b-long b-long force-pushed the update-python branch 2 times, most recently from 7a1a192 to af2e761 Compare November 20, 2025 00:49
Copy link
Contributor

Copilot AI left a 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.

@b-long b-long merged commit 5b0bf09 into main Nov 20, 2025
9 checks passed
@b-long b-long deleted the update-python branch November 20, 2025 01:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants