Skip to content

chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.14.13#551

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/astral-sh-ruff-pre-commit-0.x
Open

chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.14.13#551
renovate[bot] wants to merge 1 commit intomainfrom
renovate/astral-sh-ruff-pre-commit-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 17, 2026

This PR contains the following updates:

Package Type Update Change Pending
astral-sh/ruff-pre-commit repository patch v0.14.5v0.14.13 v0.15.1 (+2)

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

astral-sh/ruff-pre-commit (astral-sh/ruff-pre-commit)

v0.14.13

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.14.13

v0.14.12

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.14.12

v0.14.11

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.14.11

v0.14.10

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.14.10

v0.14.9

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.14.9

v0.14.8

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.14.8

v0.14.7

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.14.7

v0.14.6

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.14.6


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 requested a review from a team as a code owner February 17, 2026 08:18
@renovate renovate bot added auto-merge Bulldozer auto-merge dependencies labels Feb 17, 2026
@codecov
Copy link

codecov bot commented Feb 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.09%. Comparing base (a617e3c) to head (845e30b).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #551   +/-   ##
=======================================
  Coverage   91.09%   91.09%           
=======================================
  Files         111      111           
  Lines        4201     4201           
  Branches      552      552           
=======================================
  Hits         3827     3827           
  Misses        231      231           
  Partials      143      143           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@github-actions
Copy link

Unit Test Results

    18 files  ±0      18 suites  ±0   34m 25s ⏱️ +4s
 1 212 tests ±0   1 212 ✅ ±0  0 💤 ±0  0 ❌ ±0 
15 840 runs  ±0  15 840 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 845e30b. ± Comparison against base commit a617e3c.

@ebrattli
Copy link
Contributor

/gemini review

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates the ruff-pre-commit hook to version v0.14.13. However, the ruff dependency in pyproject.toml is not updated accordingly, which can cause inconsistencies between the version used in pre-commit and the version used in the local development environment. I've added a comment to address this.


repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.14.5
rev: v0.14.13

Choose a reason for hiding this comment

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

high

To maintain consistency between the development environment and the pre-commit hooks, the ruff dependency in pyproject.toml should be updated to match this version. The pyproject.toml file currently specifies ruff = "^0.14.5", which can lead to different behavior between local runs and pre-commit checks.

Please update the ruff version in pyproject.toml:

- ruff = "^0.14.5"
+ ruff = "^0.14.13"

This is also suggested by the comment in pyproject.toml (# Keep in sync with .pre-commit-config.yaml).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-merge Bulldozer auto-merge dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant