Skip to content

Commit 55088da

Browse files
Bump pre-commit hook charliermarsh/ruff-pre-commit to v0.15.9 (#214)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [charliermarsh/ruff-pre-commit](https://redirect.github.com/charliermarsh/ruff-pre-commit) | repository | patch | `v0.15.8` → `v0.15.9` | 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://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>charliermarsh/ruff-pre-commit (charliermarsh/ruff-pre-commit)</summary> ### [`v0.15.9`](https://redirect.github.com/astral-sh/ruff-pre-commit/releases/tag/v0.15.9) [Compare Source](https://redirect.github.com/charliermarsh/ruff-pre-commit/compare/v0.15.8...v0.15.9) See: <https://github.com/astral-sh/ruff/releases/tag/0.15.9> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/tr4nt0r/pyloadapi). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDIuMTEiLCJ1cGRhdGVkSW5WZXIiOiI0My4xMDIuMTEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbIjpyZWN5Y2xlOiBkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1e710d6 commit 55088da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020

2121
# Ruff replaces black, flake8, autoflake, isort and more
2222
- repo: https://github.com/charliermarsh/ruff-pre-commit
23-
rev: 'v0.15.8' # make sure this is always consistent with hatch configs
23+
rev: 'v0.15.9' # make sure this is always consistent with hatch configs
2424
hooks:
2525
- id: ruff
2626
- id: ruff-format

0 commit comments

Comments
 (0)