Skip to content

Conversation

@avendesora
Copy link
Owner

@avendesora avendesora commented Dec 31, 2025

Description

fix optional install "extra" code for Diaglot NT to be Diaglot instead of Dialgot

Checklist:

  • I have read the CONTRIBUTING document.
  • I have added tests that prove my fix is effective or that my feature works.
  • I have run pre-commit locally prior to submission and fixed any errors/warnings.
  • I have run tests locally prior to submission and they are passing.
  • I have added necessary documentation (if appropriate).
  • I have updated the README (if appropriate).
  • I have updated the CHANGELOG (if appropriate).
  • I have updated the version number (if appropriate).
  • I have updated the requirements (if appropriate).

Summary by Sourcery

Release version 0.15.3 correcting the Diaglot NT optional extra naming.

Bug Fixes:

  • Correct the optional extra dependency key for the Diaglot NT edition from a misspelled value to the proper Diaglot identifier.

Enhancements:

  • Bump project version to 0.15.3 and align documentation and changelog links with the new release.

@sourcery-ai
Copy link
Contributor

sourcery-ai bot commented Dec 31, 2025

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Fixes the misspelled optional install extra key for the Diaglot NT translation and bumps the package to version 0.15.3, updating documentation config, changelog links, and lockfile metadata accordingly.

File-Level Changes

Change Details Files
Correct the Diaglot NT optional dependency extra name and align package metadata to a new patch version.
  • Rename the optional dependency extra key from the misspelled identifier to the correct "Diaglot" key while keeping the underlying package name the same.
  • Bump the project version from 0.15.2 to 0.15.3 in packaging metadata and Sphinx docs configuration.
  • Add a 0.15.3 entry to the changelog describing the fix and update changelog comparison links to reference the new tag range.
  • Regenerate or update the lockfile and any package-level metadata files to reflect the new version.
pythonbible/pyproject.toml
docs/source/conf.py
CHANGELOG.md
pythonbible/pythonbible/__init__.py
pythonbible/uv.lock

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@avendesora avendesora merged commit 476613f into main Dec 31, 2025
4 of 6 checks passed
@avendesora avendesora deleted the fix-pythonbible-diaglot-optional-dependency-reference branch December 31, 2025 23:02
@codacy-production
Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% 100.00%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (6a1b18d) 2085 2085 100.00%
Head commit (2e0b902) 2085 (+0) 2085 (+0) 100.00% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#228) 1 1 100.00%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

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