Skip to content

ci: pre-commit autoupdate - #264

Open
pre-commit-ci[bot] wants to merge 1 commit into
masterfrom
pre-commit-ci-update-config
Open

ci: pre-commit autoupdate#264
pre-commit-ci[bot] wants to merge 1 commit into
masterfrom
pre-commit-ci-update-config

Conversation

@pre-commit-ci

@pre-commit-ci pre-commit-ci Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

updates:

Summary by Sourcery

Build:

  • Update the pre-commit hooks for django-upgrade, isort, and pyproject-fmt to their latest specified releases.

@sourcery-ai

sourcery-ai Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor
Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

.pre-commit-config.yaml is updated to use newer revisions of the isort and pyproject-fmt hooks generated by pre-commit.ci autoupdate.

Flow diagram for updated pre-commit hook versions

flowchart LR
    Developer --> pre_commit["pre-commit run"]
    pre_commit --> isort_hook["isort (rev 9.0.0b1)"]
    pre_commit --> pyproject_fmt_hook["pyproject-fmt (rev v2.26.0)"]
    isort_hook --> StagedCode["formatted imports"]
    pyproject_fmt_hook --> StagedConfig["formatted pyproject.toml"]
Loading

File-Level Changes

Change Details Files
Update isort pre-commit hook to the latest beta revision.
  • Bump isort hook revision from 9.0.0a3 to 9.0.0b1 in the pre-commit configuration
  • Keep existing isort hook ID and repo URL unchanged
.pre-commit-config.yaml
Update pyproject-fmt pre-commit hook to the latest released version.
  • Bump pyproject-fmt hook revision from v2.25.1 to v2.26.0 in the pre-commit configuration
  • Preserve pyproject-fmt hook ID and repo URL as-is
.pre-commit-config.yaml

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

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown
Contributor

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.

@codecov

codecov Bot commented Aug 3, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.31%. Comparing base (a87be01) to head (16d67c7).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #264   +/-   ##
=======================================
  Coverage   95.31%   95.31%           
=======================================
  Files          29       29           
  Lines         789      789           
  Branches      112      112           
=======================================
  Hits          752      752           
  Misses         16       16           
  Partials       21       21           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

updates:
- [github.com/adamchainz/django-upgrade: 1.31.1 → 1.32.0](adamchainz/django-upgrade@1.31.1...1.32.0)
- [github.com/pycqa/isort: 9.0.0a3 → 9.0.1](PyCQA/isort@9.0.0a3...9.0.1)
- [github.com/tox-dev/pyproject-fmt: v2.25.1 → v2.29.3](tox-dev/pyproject-fmt@v2.25.1...v2.29.3)
@pre-commit-ci
pre-commit-ci Bot force-pushed the pre-commit-ci-update-config branch from 0a5e972 to 16d67c7 Compare September 7, 2026 18:40

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Sourcery assessment

Approved.

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.

0 participants