Bump ruff from 0.15.18 to 0.16.4 - #236
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.18 to 0.16.4. - [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.18...0.16.4) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.4 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
🟡 Waiting for changesLast updated: 2026-09-01 00:29 UTC |
rtibblesbot
approved these changes
Sep 1, 2026
rtibblesbot
left a comment
Contributor
There was a problem hiding this comment.
PR #236 — ruff 0.15.18 → 0.16.4, a minor bump of a development dependency (dev group, unpinned in pyproject.toml; lockfile-only diff). CI passing.
- Breaking changes: 0.16.0 expands the default rule set (59 → 413) and drops 18 opinionated
E/Frules from it — not applicable here, sincepyproject.toml:55sets an explicitselect = ["E", "F", "W", "C90", "I"].ruff formatnow formats Python code blocks in Markdown by default (new surface forCHANGELOG.md,README.md,docs/README.md). No code changes required. - Security fixes: none in the range.
- Peer/transitive dependencies: none — the diff is 21 wheel/sdist lines for
ruffalone. - Verified against the working tree:
uvx --from ruff==0.16.4 ruff check .→All checks passed!;ruff format --check .→46 files already formatted.
suggestion: CI's lint job doesn't exercise this version. .pre-commit-config.yaml pins astral-sh/ruff-pre-commit at rev: v0.15.7, and .github/dependabot.yml has no pre-commit ecosystem entry, so the hook rev won't be bumped automatically. Worth adding that entry or bumping rev to v0.16.4 in a follow-up.
@rtibblesbot's comments are generated by an LLM, and should be evaluated accordingly
How was this generated?
Ran a dependency-update review pipeline over the version bump:
- Classified the bump by semver (patch / minor / major) and dependency type (production vs. development)
- Extracted the changelog and release notes across the version range
- Assessed compatibility with this project's usage and whether any code changes are required
- Treated CI as the primary safety net
- Scaled the review depth to the update's risk
- Chose the verdict from semver risk, changelog findings, and CI status
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.18 to 0.16.4.
Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
11c76bfBump 0.16.4 (#27937)d53c8c5Isolate playground builds from deployment credentials (#27839)cab001eDisable uv preview for releases and pre-commit hooks (#27939)f8d575f[ty] Clarify writing guidance for human readers (#27912)ca45faeSet--previewand--default-indexfor theuv-lockhook (#27935)4827bf7ExportUV_DEFAULT_INDEXinrelease.sh(#27934)d1087a4[ty] Handle assignment expressions in string annotations (#27921)680cce4[ty] Optimize inherited recursive protocol comparisons (#27922)974d3cbUpgrade ecosystem-analyzer and mypy_primer to the latest upstream pins (#27932)b169b40Install cargo tools locked (#27929)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)