Skip to content

python: bump ruff from 0.15.17 to 0.15.20 in /python/osrd_schemas#17378

Merged
woshilapin merged 1 commit into
devfrom
dependabot/uv/python/osrd_schemas/ruff-0.15.18
Jun 26, 2026
Merged

python: bump ruff from 0.15.17 to 0.15.20 in /python/osrd_schemas#17378
woshilapin merged 1 commit into
devfrom
dependabot/uv/python/osrd_schemas/ruff-0.15.18

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 24, 2026

Copy link
Copy Markdown
Contributor

Bumps ruff from 0.15.17 to 0.15.18.

Release notes

Sourced from ruff's releases.

0.15.18

Release Notes

Released on 2026-06-18.

Preview features

  • Handle nested ruff:ignore comments (#25791)
  • Stop displaying severity in output (#26050)
  • Use human-readable names in CLI output (#25937)
  • Use human-readable names in LSP and playground diagnostics (#26058)
  • [pydocstyle] Prevent property docstrings starting with verbs (D421) (#23775)
  • [flake8-pyi] Extend PYI033 to Python files (#26129)

Bug fixes

  • Detect equivalent numeric mapping keys (#26009)
  • Detect mapping keys equivalent to booleans (#25982)
  • Detect repeated signed and complex dictionary keys (#26007)

Rule changes

  • [flake8-pyi] Rename PYI033 to legacy-type-comment (#26131)

Performance

  • Use ThinVec for call keywords (#25999)
  • Inline parser recovery context checks (#26038)
  • Match parser keywords as bytes (#26037)
  • Move value parsing out of lexing (#25360)

Server

  • Render subdiagnostics and secondary annotations as related information (#26011)

Documentation

  • Update fix availability for always-fixable rules (#26091)
  • [flake8-tidy-imports] Add fix safety section (TID252) (#17491)

Parser

  • Reject __debug__ lambda parameters (#26022)
  • Reject _ as a match-pattern target (#25977)
  • Reject multiple starred names in sequence patterns (#25976)
  • Reject parenthesized star imports (#26021)
  • Reject starred comprehension targets (#26023)
  • Reject unparenthesized generator expressions in class bases (#25978)
  • Reject yield expressions after commas (#26024)
  • Validate function type parameter default order (#25981)

... (truncated)

Changelog

Sourced from ruff's changelog.

0.15.18

Released on 2026-06-18.

Preview features

  • Handle nested ruff:ignore comments (#25791)
  • Stop displaying severity in output (#26050)
  • Use human-readable names in CLI output (#25937)
  • Use human-readable names in LSP and playground diagnostics (#26058)
  • [pydocstyle] Prevent property docstrings starting with verbs (D421) (#23775)
  • [flake8-pyi] Extend PYI033 to Python files (#26129)

Bug fixes

  • Detect equivalent numeric mapping keys (#26009)
  • Detect mapping keys equivalent to booleans (#25982)
  • Detect repeated signed and complex dictionary keys (#26007)

Rule changes

  • [flake8-pyi] Rename PYI033 to legacy-type-comment (#26131)

Performance

  • Use ThinVec for call keywords (#25999)
  • Inline parser recovery context checks (#26038)
  • Match parser keywords as bytes (#26037)
  • Move value parsing out of lexing (#25360)

Server

  • Render subdiagnostics and secondary annotations as related information (#26011)

Documentation

  • Update fix availability for always-fixable rules (#26091)
  • [flake8-tidy-imports] Add fix safety section (TID252) (#17491)

Parser

  • Reject __debug__ lambda parameters (#26022)
  • Reject _ as a match-pattern target (#25977)
  • Reject multiple starred names in sequence patterns (#25976)
  • Reject parenthesized star imports (#26021)
  • Reject starred comprehension targets (#26023)
  • Reject unparenthesized generator expressions in class bases (#25978)
  • Reject yield expressions after commas (#26024)
  • Validate function type parameter default order (#25981)

... (truncated)

Commits

@dependabot dependabot Bot added area:railjson Work on Proposed Unified Rail Assets Data Exchange Format dependencies Pull requests that update a dependency file labels Jun 24, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner June 24, 2026 18:24
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file area:railjson Work on Proposed Unified Rail Assets Data Exchange Format labels Jun 24, 2026
@dependabot
dependabot Bot force-pushed the dependabot/uv/python/osrd_schemas/ruff-0.15.18 branch 3 times, most recently from 56fc239 to 69de7ec Compare June 25, 2026 15:39
@woshilapin

Copy link
Copy Markdown
Contributor

@dependabot rebase

@woshilapin
woshilapin enabled auto-merge June 26, 2026 08:23
@dependabot
dependabot Bot force-pushed the dependabot/uv/python/osrd_schemas/ruff-0.15.18 branch from 69de7ec to cab035e Compare June 26, 2026 08:24
@woshilapin
woshilapin force-pushed the dependabot/uv/python/osrd_schemas/ruff-0.15.18 branch from cab035e to 6807a34 Compare June 26, 2026 08:39
@woshilapin
woshilapin requested a review from a team as a code owner June 26, 2026 08:39
@woshilapin
woshilapin requested a review from Khoyo June 26, 2026 08:39
@woshilapin woshilapin changed the title python: bump ruff from 0.15.17 to 0.15.18 in /python/osrd_schemas python: bump ruff from 0.15.17 to 0.15.20 in /python/osrd_schemas Jun 26, 2026
@github-actions github-actions Bot added the area:integration-tests Work on Integration test, by nature related to different services label Jun 26, 2026
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.17 to 0.15.18.
- [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.17...0.15.18)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.15.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>Signed-off-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@woshilapin
woshilapin force-pushed the dependabot/uv/python/osrd_schemas/ruff-0.15.18 branch from 6807a34 to c4e0c52 Compare June 26, 2026 08:40
@woshilapin
woshilapin added this pull request to the merge queue Jun 26, 2026
Merged via the queue into dev with commit 197b987 Jun 26, 2026
31 checks passed
@woshilapin
woshilapin deleted the dependabot/uv/python/osrd_schemas/ruff-0.15.18 branch June 26, 2026 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:integration-tests Work on Integration test, by nature related to different services area:railjson Work on Proposed Unified Rail Assets Data Exchange Format dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant