Skip to content

Sync ruff-pre-commit hook version with pyproject.toml constraint#233

Merged
goncalossilva merged 2 commits intorenovate/ruff-0.xfrom
copilot/sub-pr-232
Mar 17, 2026
Merged

Sync ruff-pre-commit hook version with pyproject.toml constraint#233
goncalossilva merged 2 commits intorenovate/ruff-0.xfrom
copilot/sub-pr-232

Conversation

Copy link
Contributor

Copilot AI commented Mar 16, 2026

The ruff-pre-commit hook in .pre-commit-config.yaml was pinned to v0.11.2 while pyproject.toml requires ruff>=0.15.5,<0.16, causing local pre-commit runs to use a significantly older linter/formatter than the project environment.

Changes

  • .pre-commit-config.yaml: Bumped ruff-pre-commit revision from v0.11.2v0.15.5 to match the lower bound in pyproject.toml

📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.

Co-authored-by: goncalossilva <102931+goncalossilva@users.noreply.github.com>
Copilot AI changed the title [WIP] [WIP] Address feedback on ruff dependency update PR Sync ruff-pre-commit hook version with pyproject.toml constraint Mar 16, 2026
Copilot AI requested a review from goncalossilva March 16, 2026 18:15
@goncalossilva goncalossilva marked this pull request as ready for review March 17, 2026 14:01
@goncalossilva goncalossilva requested a review from a team as a code owner March 17, 2026 14:01
@goncalossilva goncalossilva requested review from PotHix and Copilot and removed request for a team March 17, 2026 14:01
@goncalossilva goncalossilva merged commit c4d0560 into renovate/ruff-0.x Mar 17, 2026
5 checks passed
@goncalossilva goncalossilva deleted the copilot/sub-pr-232 branch March 17, 2026 14:01
@doistbot-app
Copy link

doistbot-app bot commented Mar 17, 2026

⚠️ Doistbot encountered an error while reviewing this PR.

  • Status: FAILED
  • Delivery: d227f4c0-2209-11f1-9adc-e8b0c46e25cc
  • Logs: Datadog

⚠️ Doistbot hit an error while reviewing this PR:

Failed to clone repository Doist/todoist-api-python

Please, try the command again or contact the team maintaining the bot.

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

Updates the repository’s pre-commit tooling to use a newer Ruff hook revision, aligning the pre-commit integration with the Ruff configuration/dependency expectations in the Python project setup.

Changes:

  • Bump astral-sh/ruff-pre-commit hook rev from v0.11.2 to v0.15.5.

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

You can also share your feedback on Copilot code review. Take the survey.

Copy link
Member

@PotHix PotHix left a comment

Choose a reason for hiding this comment

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

PR Review: ✅ Approved

Thanks!

Sign up for free to 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.

4 participants