merge queue: embarking main (8980236), #344 and [#349 + #342] together#356
Closed
mergify[bot] wants to merge 6 commits into
Closed
merge queue: embarking main (8980236), #344 and [#349 + #342] together#356mergify[bot] wants to merge 6 commits into
mergify[bot] wants to merge 6 commits into
Conversation
This was referenced Apr 9, 2026
Contributor
Reviewer's guide (collapsed on small PRs)Reviewer's GuideUpdates pre-commit hook versions and minimum supported Python version, and refreshes the uv lockfile accordingly as part of a Renovate-driven pre-commit update batch in the merge queue. Sequence diagram for updated pre-commit hook executionsequenceDiagram
actor Developer
participant Git as Git
participant PreCommit as pre_commit
participant UvHook as uv_pre_commit
participant RuffHook as ruff_pre_commit
Developer->>Git: git commit
Git->>PreCommit: trigger hooks
PreCommit->>UvHook: run uv-sync (rev 0.11.6)
UvHook-->>PreCommit: dependencies synchronized
PreCommit->>UvHook: run uv-lock --offline (rev 0.11.6)
UvHook-->>PreCommit: lockfile updated
PreCommit->>RuffHook: run ruff-check --fix (rev v0.15.10)
RuffHook-->>PreCommit: lint and auto-fix issues
PreCommit-->>Git: all hooks passed
Git-->>Developer: commit succeeds
Flow diagram for Python version bump and lockfile refreshflowchart TD
A["Update pyproject.toml
requires-python >=3.14.4,<3.15"] --> B["Run uv-sync
via uv-pre-commit 0.11.6"]
B --> C["Run uv-lock --offline
regenerate uv.lock"]
C --> D["Commit changes
.pre-commit-config.yaml,
pyproject.toml, uv.lock"]
D --> E["CI runs with
new Python constraint
and updated dependencies"]
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
|
Overall Grade |
Security Reliability Complexity Hygiene |
Code Review Summary
| Analyzer | Status | Updated (UTC) | Details |
|---|---|---|---|
| Python | Apr 9, 2026 9:05p.m. | Review ↗ | |
| Secrets | Apr 9, 2026 9:05p.m. | Review ↗ |
Important
AI Review is run only on demand for your team. We're only showing results of static analysis review right now. To trigger AI Review, comment @deepsourcebot review on this thread.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



✨ The pull request #342 has been manually updated. The pull request #349 has been re-embarked. ✨
Branch main (8980236), #344 and [#349 + #342] are embarked together for merge.
This pull request has been created by Mergify to speculatively check the mergeability of [#349 + #342].
You don't need to do anything. Mergify will close this pull request automatically when it is complete.
Required conditions of queue rule
pre-commit Updatesfor merge:main]:check-neutral = Mergify Merge Protectionscheck-skipped = Mergify Merge Protectionscheck-success = Mergify Merge ProtectionsRequired conditions to stay in the queue:
main]:check-neutral = Mergify Merge Protectionscheck-skipped = Mergify Merge Protectionscheck-success = Mergify Merge Protectionsauthor = renovate[bot]files ~= .pre-commit-config.yaml