Skip to content

Refactor: Deduplicate dev dependencies in pyproject.toml#1288

Merged
tushuhei merged 1 commit into
mainfrom
fix/dependency-deduplication-15374335822706577094
Jul 21, 2026
Merged

Refactor: Deduplicate dev dependencies in pyproject.toml#1288
tushuhei merged 1 commit into
mainfrom
fix/dependency-deduplication-15374335822706577094

Conversation

@tushuhei

Copy link
Copy Markdown
Member

This pull request resolves the duplicate definition of development dependencies in pyproject.toml.

The dev dependency list was previously defined identically under both [project.optional-dependencies] and [dependency-groups]. To maintain a single source of truth and achieve maximum simplicity, we now define the dev dependencies list exclusively under [project.optional-dependencies] and configure [dependency-groups].dev to reference "budoux[dev]".

This solution is fully compatible with GitHub Actions and other CI tools still utilizing pip install ".[dev]" while keeping the pyproject.toml clean and maintainable. We also added .mypy_cache to .gitignore to avoid checking in binary typecheck cache files.


PR created automatically by Jules for task 15374335822706577094 started by @tushuhei

Remove identical dev dependencies from [dependency-groups].dev
and reference the optional-dependencies extra "budoux[dev]"
instead. This avoids duplicating dependency lists while remaining
fully backwards-compatible with legacy pip workflows in GHA.
Also add .mypy_cache/ to .gitignore to prevent staging typecheck cache.

Co-authored-by: tushuhei <734905+tushuhei@users.noreply.github.com>
@google-labs-jules

Copy link
Copy Markdown
Contributor

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@tushuhei
tushuhei marked this pull request as ready for review July 21, 2026 02:29
@tushuhei
tushuhei merged commit 12c157f into main Jul 21, 2026
43 checks passed
@tushuhei
tushuhei deleted the fix/dependency-deduplication-15374335822706577094 branch July 21, 2026 02:30
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.

1 participant