Skip to content

Commit

Permalink
Update charliermarsh/ruff-pre-commit from v0.4.8 to v0.5.0 (#15)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[charliermarsh/ruff-pre-commit](https://github.com/charliermarsh/ruff-pre-commit)
| repository | minor | `v0.4.8` -> `v0.5.0` |

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>charliermarsh/ruff-pre-commit
(charliermarsh/ruff-pre-commit)</summary>

###
[`v0.5.0`](https://github.com/astral-sh/ruff-pre-commit/releases/tag/v0.5.0)

[Compare
Source](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.4.10...v0.5.0)

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

###
[`v0.4.10`](https://github.com/astral-sh/ruff-pre-commit/releases/tag/v0.4.10)

[Compare
Source](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.4.9...v0.4.10)

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

###
[`v0.4.9`](https://github.com/astral-sh/ruff-pre-commit/releases/tag/v0.4.9)

[Compare
Source](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.4.8...v0.4.9)

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

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,before 5am
every weekday,every weekend" (UTC), Automerge - "after 10pm every
weekday,before 5am every weekday,every weekend" (UTC).

🚦 **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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/xshapira/url-shortener-api).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmN5LXVwZGF0ZSJdfQ==-->
  • Loading branch information
xshapira authored Jun 30, 2024
2 parents b259c11 + 8296796 commit 0256f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repos:
args: ['--target-version', '5.0']

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.4.8
rev: v0.5.0
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --fixable=F841]
Expand Down

0 comments on commit 0256f8f

Please sign in to comment.