Bump ruff from 0.15.20 to 0.15.21#57
Merged
Merged
Conversation
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.20 to 0.15.21. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.20...0.15.21) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Scriptception
approved these changes
Jul 13, 2026
Scriptception
left a comment
Contributor
There was a problem hiding this comment.
IcebergAutoReview
Verdict: approve
Focused, internally consistent Ruff patch update. The single signed Dependabot commit is directly based on main, changes only pyproject.toml and Ruff’s uv.lock records, introduces no transitive dependency changes, and passes the affected Ruff gates.
Findings
- No blocking findings.
Validation
git diff --check main...HEADpassed.- Ruff 0.15.21
check --no-cache .passed. - Ruff 0.15.21
format --check --no-cache .passed; 25 files already formatted. - Parsed pyproject.toml and uv.lock successfully and verified the Ruff 0.15.21 requirement, resolved package metadata, sdist hash, and 17 uniquely hashed platform wheels are internally consistent.
- Confirmed clean ancestry: HEAD is one commit directly atop main, with no unrelated files or commits.
uv lock --check --offlineand pytest could not execute because the review sandbox provides no writable cache or temporary directory; this was an environment limitation, not a test failure.
Residual risks / optional notes
- Full uv resolution and pytest were not rerun locally due the read-only sandbox. Repository CI explicitly installs the dev extra and exercises Ruff, mypy, pytest across Python 3.10–3.14, and the build path.
Automated review by Codex 773632971b18 using IcebergAutoReview.
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.
Bumps ruff from 0.15.20 to 0.15.21.
Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
3e1f636Bump 0.15.21 (#26676)4059807[ty] Infer metaclass-declared attributes on class instances (#26512)013e5d0[ty] Use a dedicated project name type (#26665)7ad39ad[ty] Avoid allocating decorated parameter names (#26666)c36f662Improve performance of rendering edits in preview mode (#26565)ad26408[ty] Gate membership narrowing on__contains__semantics (#25964)4594ca7[ty] Add variant discriminators forCodeGeneratorKind(#26659)1af03da[ty] Pydantic: Fix float conversion in unions (#26655)a004a36[ty] Handle callable classes in solver (#26090)d8ef3b0[ty] Parse all supported Google docstring sections. (#26653)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)