Skip to content

chore(deps-dev): bump ruff from 0.15.2 to 0.15.5#261

Merged
mergify[bot] merged 1 commit intomainfrom
devs/jd/chore/upgrade-ruff-0.15.5/I80415a803583fb69801b1bc6b573e78fd548aec0
Mar 12, 2026
Merged

chore(deps-dev): bump ruff from 0.15.2 to 0.15.5#261
mergify[bot] merged 1 commit intomainfrom
devs/jd/chore/upgrade-ruff-0.15.5/I80415a803583fb69801b1bc6b573e78fd548aec0

Conversation

@jd
Copy link
Member

@jd jd commented Mar 12, 2026

Also fix new RUF070 lint warning (unnecessary assignment before
yield from) in sql_compare/init.py.

Also fix new RUF070 lint warning (unnecessary assignment before
yield from) in sql_compare/__init__.py.

Change-Id: I80415a803583fb69801b1bc6b573e78fd548aec0
Copilot AI review requested due to automatic review settings March 12, 2026 11:26
@mergify
Copy link
Contributor

mergify bot commented Mar 12, 2026

Merge Protections

Your pull request matches the following merge protections and will not be merged until they are valid.

🟢 Enforce conventional commit

Wonderful, this rule succeeded.

Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/

  • title ~= ^(fix|feat|docs|style|refactor|perf|test|build|ci|chore|revert)(?:\(.+\))?:

🟢 🔎 Reviews

Wonderful, this rule succeeded.
  • #changes-requested-reviews-by = 0
  • #review-requested = 0
  • #review-threads-unresolved = 0

🟢 📕 PR description

Wonderful, this rule succeeded.
  • body ~= (?ms:.{48,})

@mergify mergify bot requested a review from a team March 12, 2026 11:27
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the dev dependency lock to use ruff 0.15.5 and adjusts sql_compare code to satisfy the new RUF070 lint rule.

Changes:

  • Bump ruff from 0.15.2 to 0.15.5 (lockfile update).
  • Fix RUF070 by removing an unnecessary assignment before yield from in UnorderedTokenList.tokens.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
sql_compare/__init__.py Simplifies yield from usage to satisfy the new Ruff lint rule.
poetry.lock Updates locked ruff version (and reflects lock regeneration details).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@jd jd marked this pull request as ready for review March 12, 2026 11:43
@mergify mergify bot added the queued label Mar 12, 2026
@mergify mergify bot merged commit d2cc797 into main Mar 12, 2026
13 checks passed
@mergify mergify bot deleted the devs/jd/chore/upgrade-ruff-0.15.5/I80415a803583fb69801b1bc6b573e78fd548aec0 branch March 12, 2026 11:58
@mergify
Copy link
Contributor

mergify bot commented Mar 12, 2026

Merge Queue Status

  • Entered queue2026-03-12 11:58 UTC · Rule: default
  • Checks passed · in-place
  • Merged2026-03-12 11:58 UTC · at e0c7dd2e1bd6a71250364e25184dc835ea3224c8

This pull request spent 6 seconds in the queue, with no time running CI.

Required conditions to merge

@mergify mergify bot removed the queued label Mar 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants