chore(deps-dev): Bump ruff from 0.15.22 to 0.16.1 - #119
Conversation
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.22 to 0.16.1. - [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.22...0.16.1) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: fbe57481c9
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| [[package]] | ||
| name = "ruff" | ||
| version = "0.15.22" | ||
| version = "0.16.1" |
There was a problem hiding this comment.
Configure CPY001 before bumping Ruff
This lockfile bump makes CI install Ruff 0.16.1 via uv sync, while the repo still has select = ["ALL"] in pyproject.toml and no copyright-header config or CPY001 ignore. Ruff added missing-copyright-notice (CPY001) in 0.16.0 (https://docs.astral.sh/ruff/rules/missing-copyright-notice/), and the current Python files start with module docstrings/imports rather than the default copyright notice, so .github/workflows/ruff.yml's uv run ruff check --output-format=github . will fail as soon as this version is used. Please add the expected headers or ignore/configure CPY001 as part of the bump.
Useful? React with 👍 / 👎.
| [[package]] | ||
| name = "ruff" | ||
| version = "0.15.22" | ||
| version = "0.16.1" |
There was a problem hiding this comment.
Format Markdown snippets before using Ruff 0.16
Ruff 0.16 also starts formatting Python fenced code blocks in Markdown files (https://docs.astral.sh/ruff/formatter/#markdown-code-formatting). The inspected workflow runs uv run ruff format --diff ., and ruff format --help documents --diff as exiting non-zero when formatted output would differ; with this version, the python block in README.md is included and its 3-space-indented keyword arguments will be rewritten to normal 4-space indentation. Since this commit only updates uv.lock, the formatter job will begin failing unless the README block is formatted or Markdown is excluded.
Useful? React with 👍 / 👎.
Bumps ruff from 0.15.22 to 0.16.1.
Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
80790b3Bump 0.16.1 (#27330)63830f3[ty] Borrow from constraint set storage less often (#27328)f40dca9[ty] Preserve forwarded expanded-variadic diagnostic sources (#27266)0d80497Lint TOML files in the LSP (#26862)d91586bUpdate prek dependencies (#27293)7da4b8b[ty] Respect bounds and constraints in generic materializations (#27228)b20daf7[ty] refactor: add helper function to send partial results (#27249)4d4c8fa[ty] Emit diagnostic when specializing a non-generic class (#26883)7c3e2db[ty] Fix enum class container assignability (#27318)d5ef97f[flake8-return] Fix false positive when variable is read infinallyclaus...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)