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

Merged
Renovate merged 1 commits from renovate/astral-sh-ruff-pre-commit-0.x into main 2026-01-18 19:49:40 +01:00
Collaborator

This PR contains the following updates:

Package Type Update Change
astral-sh/ruff-pre-commit repository patch v0.14.10v0.14.13

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


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [astral-sh/ruff-pre-commit](https://github.com/astral-sh/ruff-pre-commit) | repository | patch | `v0.14.10` → `v0.14.13` | 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](https://github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>astral-sh/ruff-pre-commit (astral-sh/ruff-pre-commit)</summary> ### [`v0.14.13`](https://github.com/astral-sh/ruff-pre-commit/releases/tag/v0.14.13) [Compare Source](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.12...v0.14.13) See: <https://github.com/astral-sh/ruff/releases/tag/0.14.13> ### [`v0.14.12`](https://github.com/astral-sh/ruff-pre-commit/releases/tag/v0.14.12) [Compare Source](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.11...v0.14.12) See: <https://github.com/astral-sh/ruff/releases/tag/0.14.12> ### [`v0.14.11`](https://github.com/astral-sh/ruff-pre-commit/releases/tag/v0.14.11) [Compare Source](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.10...v0.14.11) See: <https://github.com/astral-sh/ruff/releases/tag/0.14.11> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43MS40IiwidXBkYXRlZEluVmVyIjoiNDIuNzEuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiQXV0b21hdGlvbiIsImNob3JlIiwicHJlLWNvbW1pdCJdfQ==-->
Renovate added 1 commit 2026-01-16 00:46:16 +01:00
chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.14.13
Some checks failed
Lint / pre-commit Linting (push) Failing after 13m54s
a3d207fab8
Renovate scheduled this pull request to auto merge when all checks succeed 2026-01-16 00:46:25 +01:00
First-time contributor

Preparing PR description...

Preparing PR description...
First-time contributor

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 1 🔵
🧪 No relevant tests
🔒 No security concerns identified
 Recommended focus areas for review

YAML Indentation

Ensure that the rev line is correctly indented to match the surrounding repo block and avoid parsing errors in the pre-commit configuration.

rev: v0.14.13
Hook Compatibility

Validate that the updated ruff-pre-commit v0.14.13 works with existing hook arguments (--fix, --exit-non-zero-on-fix) and does not introduce breaking changes in linting behavior.

rev: v0.14.13
hooks:
- id: ruff
  args: [--fix, --exit-non-zero-on-fix]
## PR Reviewer Guide 🔍 Here are some key observations to aid the review process: <table> <tr><td>⏱️&nbsp;<strong>Estimated effort to review</strong>: 1 🔵⚪⚪⚪⚪</td></tr> <tr><td>🧪&nbsp;<strong>No relevant tests</strong></td></tr> <tr><td>🔒&nbsp;<strong>No security concerns identified</strong></td></tr> <tr><td>⚡&nbsp;<strong>Recommended focus areas for review</strong><br><br> <details><summary><a href='https://git.horstenkamp.eu/Philipp/template-git/src/branch/renovate/astral-sh-ruff-pre-commit-0.x/.pre-commit-config.yaml#L27-L27'><strong>YAML Indentation</strong></a> Ensure that the `rev` line is correctly indented to match the surrounding `repo` block and avoid parsing errors in the pre-commit configuration. </summary> ```yaml rev: v0.14.13 ``` </details> <details><summary><a href='https://git.horstenkamp.eu/Philipp/template-git/src/branch/renovate/astral-sh-ruff-pre-commit-0.x/.pre-commit-config.yaml#L27-L30'><strong>Hook Compatibility</strong></a> Validate that the updated `ruff-pre-commit` v0.14.13 works with existing hook arguments (`--fix`, `--exit-non-zero-on-fix`) and does not introduce breaking changes in linting behavior. </summary> ```yaml rev: v0.14.13 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] ``` </details> </td></tr> </table>
Renovate force-pushed renovate/astral-sh-ruff-pre-commit-0.x from a3d207fab8 to 82742ac514 2026-01-18 19:35:11 +01:00 Compare
First-time contributor

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 1 🔵
🧪 No relevant tests
🔒 No security concerns identified
 No major issues detected
## PR Reviewer Guide 🔍 Here are some key observations to aid the review process: <table> <tr><td>⏱️&nbsp;<strong>Estimated effort to review</strong>: 1 🔵⚪⚪⚪⚪</td></tr> <tr><td>🧪&nbsp;<strong>No relevant tests</strong></td></tr> <tr><td>🔒&nbsp;<strong>No security concerns identified</strong></td></tr> <tr><td>⚡&nbsp;<strong>No major issues detected</strong></td></tr> </table>
Renovate merged commit 86b6228293 into main 2026-01-18 19:49:40 +01:00
Renovate deleted branch renovate/astral-sh-ruff-pre-commit-0.x 2026-01-18 19:49:40 +01:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Philipp/template-git#9