Skip to content

chore(deps): bump ruff from 0.15.22 to 0.16.0 in the dev-tooling group across 1 directory - #3

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/dev-tooling-f4f52c089d
Open

chore(deps): bump ruff from 0.15.22 to 0.16.0 in the dev-tooling group across 1 directory#3
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/dev-tooling-f4f52c089d

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubJul 8, 2026

Copy link
Copy Markdown

Bumps the dev-tooling group with 1 update in the / directory: ruff.

Updates ruff from 0.15.22 to 0.16.0

Release notes

Sourced from ruff's releases.

0.16.0

Release Notes

Released on 2026-07-23.

Check out the blog post for a migration guide and overview of the changes!

Breaking changes

  • Ruff now enables a much larger set of rules by default (413, up from 59). See the blog post for more details and the new Default Rules page for a full listing of the enabled rules.

  • Ruff can now format Python code blocks in Markdown files and will do this by default. See the documentation for more details.

  • Ruff now supports ruff: ignore comments at the ends of lines, like noqa comments, or on the line preceding a diagnostic. For example, these both suppress an unused-import (F401) diagnostic:

    importmath# ruff: ignore[F401]ruff: ignore[F401]
    importos

  • Fixes are now shown in check and format --check output:

    ruff format --check .unformatted: File would be reformatted --> try.md:1:1 |1 | ```python - import math2 + import math3 | ``` |1 file would be reformatted

    This example also shows off the Markdown formatting.

  • format --check now supports the same output formats as the linter, including the github and gitlab outputs for rendering annotations in CI:

    ruff format --check --output-format github .::error title=ruff (unformatted),file=try.md,line=2,col=8,endLine=2,endColumn=10::try.md:2:8: unformatted: File would be reformatted

    See the CLI help or documentation for the full list of supported formats.

  • The filename, location, end_location, fix.edits[].location, and fix.edits[].end_location fields in the JSON output format may now be null rather than defaulting to the empty string and row 1, column 1, respectively.

... (truncated)

Changelog

Sourced from ruff's changelog.

0.16.0

Released on 2026-07-23.

Check out the blog post for a migration guide and overview of the changes!

Breaking changes

  • Ruff now enables a much larger set of rules by default (413, up from 59). See the blog post for more details and the new Default Rules page for a full listing of the enabled rules.

  • Ruff can now format Python code blocks in Markdown files and will do this by default. See the documentation for more details.

  • Ruff now supports ruff: ignore comments at the ends of lines, like noqa comments, or on the line preceding a diagnostic. For example, these both suppress an unused-import (F401) diagnostic:

    importmath# ruff: ignore[F401]ruff: ignore[F401]
    importos

  • Fixes are now shown in check and format --check output:

    ruff format --check .unformatted: File would be reformatted --> try.md:1:1 |1 | ```python - import math2 + import math3 | ``` |1 file would be reformatted

    This example also shows off the Markdown formatting.

  • format --check now supports the same output formats as the linter, including the github and gitlab outputs for rendering annotations in CI:

    ruff format --check --output-format github .::error title=ruff (unformatted),file=try.md,line=2,col=8,endLine=2,endColumn=10::try.md:2:8: unformatted: File would be reformatted

... (truncated)

Commits

@dependabot@github

dependabotBot commented on behalf of githubJul 8, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabotdependabotBot changed the title chore(deps): bump ruff from 0.15.6 to 0.15.20 in the dev-tooling groupchore(deps): bump ruff from 0.15.6 to 0.15.21 in the dev-tooling group across 1 directoryJul 15, 2026
@dependabot
dependabotBotforce-pushed the dependabot/pip/dev-tooling-f4f52c089d branch from 1b936db to 56f6434CompareJuly 15, 2026 12:44
@dependabotdependabotBot changed the title chore(deps): bump ruff from 0.15.6 to 0.15.21 in the dev-tooling group across 1 directorychore(deps): bump ruff from 0.15.6 to 0.15.22 in the dev-tooling group across 1 directoryJul 21, 2026
@dependabot
dependabotBotforce-pushed the dependabot/pip/dev-tooling-f4f52c089d branch 2 times, most recently from 97fff4f to d8aef72CompareJuly 22, 2026 12:44
@dependabotdependabotBot changed the title chore(deps): bump ruff from 0.15.6 to 0.15.22 in the dev-tooling group across 1 directorychore(deps): bump ruff from 0.15.22 to 0.16.0 in the dev-tooling group across 1 directoryJul 26, 2026
@dependabot
dependabotBotforce-pushed the dependabot/pip/dev-tooling-f4f52c089d branch from d8aef72 to 7132bb1CompareJuly 26, 2026 05:19
Bumps the dev-tooling group with 1 update in the / directory: [ruff](https://github.com/astral-sh/ruff).
Updates `ruff` from 0.15.22 to 0.16.0
- [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.0)
---
updated-dependencies:
- dependency-name: ruff
dependency-version: 0.15.20
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: dev-tooling
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabotBotforce-pushed the dependabot/pip/dev-tooling-f4f52c089d branch from 7132bb1 to f600c1cCompareJuly 27, 2026 11:24
Sign up for freeto 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