Skip to content

Update dependency ruff to v0.15.15#25568

Merged
charliermarsh merged 1 commit into
mainfrom
renovate/ruff-0.x
Jun 3, 2026
Merged

Update dependency ruff to v0.15.15#25568
charliermarsh merged 1 commit into
mainfrom
renovate/ruff-0.x

Conversation

@renovate

@renovate renovate Bot commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
ruff (source, changelog) ==0.15.14==0.15.15 age confidence

Release Notes

astral-sh/ruff (ruff)

v0.15.15

Compare Source

Released on 2026-05-28.

Preview features
  • Fix Markdown closing fence handling (#​25310)
  • [pyflakes] Report duplicate imports in typing.TYPE_CHECKING block (F811) (#​22560)
Bug fixes
  • [pyflakes] Treat function-scope bare annotations as locals per PEP 526 (F821) (#​21540)
Performance
  • Avoid redundant TokenValue drops in the lexer (#​25300)
  • Reduce memory usage by dropping token-excess capacity and improve performance by approximating the initial tokens Vec size (#​25354)
  • Use ThinVec in AST to shrink Stmt (#​25361)
Documentation
  • Fix line-length example for --config option (#​25389)
  • [flake8-comprehensions] Document RecursionError edge case in __len__ (C416) (#​25286)
  • [mccabe] Improve example (C901) (#​25287)
  • [pyupgrade] Clarify fix safety docs (UP007, UP045) (#​25288)
  • [refurb] Document FURB192 exception change for empty sequences (#​25317)
  • [ruff] Document false negative for user-defined types (RUF013) (#​25289)
Formatter
  • Fix formatting of lambdas nested within f-strings (#​25398)
Server
  • Return code action for codeAction/resolve requests that contain no or no valid URL (#​25365)
Other changes
  • Expand semantic syntax errors for invalid walruses (#​25415)
Contributors

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 4am on Wednesday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the internal An internal refactor or improvement label Jun 3, 2026
@charliermarsh charliermarsh merged commit 39a6434 into main Jun 3, 2026
43 checks passed
@charliermarsh charliermarsh deleted the renovate/ruff-0.x branch June 3, 2026 02:20
carljm added a commit that referenced this pull request Jun 3, 2026
* origin/main: (114 commits)
  [ty] Detect disjointness due to incompatible generic specializations (#24822)
  Update Rust crate memchr to v2.8.1 (#25586)
  [ty] Reject Self in type aliases (#25529)
  Update Rust crate log to v0.4.30 (#25572)
  Update Rust crate mimalloc to v0.1.52 (#25573)
  Update Rust crate similar to v3.1.1 (#25575)
  Update docker/setup-buildx-action action to v4.1.0 (#25580)
  Update docker/metadata-action action to v6.1.0 (#25579)
  Update docker/login-action action to v4.2.0 (#25578)
  Update docker/build-push-action action to v7.2.0 (#25577)
  Update taiki-e/install-action action to v2.79.9 (#25576)
  Update Rust crate serde_json to v1.0.150 (#25574)
  Update Rust crate assert_fs to v1.1.4 (#25570)
  Update prek dependencies (#25569)
  Update dependency ruff to v0.15.15 (#25568)
  Update dependency pyright to v1.1.410 (#25566)
  Update dependency astral-sh/uv to v0.11.18 (#25565)
  [ty] don't needlessly disambiguate same type alias (#25563)
  [ty] fix variance inference for nested type aliases (#25567)
  [ty] treat union-bound typevars like unions for possibly-missing-attribute (#25561)
  ...

# Conflicts:
#	crates/ty_python_semantic/src/types/class.rs
#	crates/ty_python_semantic/src/types/generics.rs
#	crates/ty_python_semantic/src/types/type_alias.rs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

internal An internal refactor or improvement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant