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.
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.15.0` → `v0.15.1` |
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.15.1`](https://github.com/astral-sh/ruff-pre-commit/releases/tag/v0.15.1)
[Compare Source](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.0...v0.15.1)
See: <https://github.com/astral-sh/ruff/releases/tag/0.15.1>
</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi45OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuOTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiQXV0b21hdGlvbiIsImNob3JlIiwicHJlLWNvbW1pdCJdfQ==-->
Ensure that the existing args for the ruff hook (--fix, --exit-non-zero-on-fix) remain compatible with v0.15.1 and no new flags are required.
- id:ruffargs:[--fix, --exit-non-zero-on-fix]
## PR Reviewer Guide 🔍
Here are some key observations to aid the review process:
<table>
<tr><td>⏱️ <strong>Estimated effort to review</strong>: 1 🔵⚪⚪⚪⚪</td></tr>
<tr><td>🧪 <strong>No relevant tests</strong></td></tr>
<tr><td>🔒 <strong>No security concerns identified</strong></td></tr>
<tr><td>⚡ <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>Indentation</strong></a>
Confirm that the `rev` line is correctly indented under the `repo` entry to avoid YAML parsing errors in the pre-commit configuration.
</summary>
```yaml
rev: v0.15.1
```
</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#L29-L30'><strong>Argument Compatibility</strong></a>
Ensure that the existing `args` for the `ruff` hook (`--fix`, `--exit-non-zero-on-fix`) remain compatible with v0.15.1 and no new flags are required.
</summary>
```yaml
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
```
</details>
</td></tr>
</table>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
v0.15.0→v0.15.1Note: The
pre-commitmanager in Renovate is not supported by thepre-commitmaintainers 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.15.1Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.15.1
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.
This PR has been generated by Renovate Bot.
Preparing PR description...
PR Reviewer Guide 🔍
Here are some key observations to aid the review process:
Indentation
Confirm that the
revline is correctly indented under therepoentry to avoid YAML parsing errors in the pre-commit configuration.Argument Compatibility
Ensure that the existing
argsfor theruffhook (--fix,--exit-non-zero-on-fix) remain compatible with v0.15.1 and no new flags are required.