Skip to content

Commit

Permalink
feat(github-release): update pre-commit/pre-commit ( v3.6.2 → v3.7.0 ) (
Browse files Browse the repository at this point in the history
#2)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [pre-commit/pre-commit](https://togithub.com/pre-commit/pre-commit) |
repository | minor | `v3.6.2` -> `v3.7.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://togithub.com/renovatebot/renovate/discussions/new)
if you have any questions.

---

### Release Notes

<details>
<summary>pre-commit/pre-commit (pre-commit/pre-commit)</summary>

###
[`v3.7.0`](https://togithub.com/pre-commit/pre-commit/releases/tag/v3.7.0):
pre-commit v3.7.0

[Compare
Source](https://togithub.com/pre-commit/pre-commit/compare/v3.6.2...v3.7.0)

##### Features

- Use a tty for `docker` and `docker_image` hooks when `--color` is
specified.
- [#&#8203;3122](https://togithub.com/pre-commit/pre-commit/issues/3122)
PR by [@&#8203;glehmann](https://togithub.com/glehmann).

##### Fixes

- Fix `fail_fast` for individual hooks stopping when previous hooks had
failed.
- [#&#8203;3167](https://togithub.com/pre-commit/pre-commit/issues/3167)
issue by [@&#8203;tp832944](https://togithub.com/tp832944).
- [#&#8203;3168](https://togithub.com/pre-commit/pre-commit/issues/3168)
PR by [@&#8203;asottile](https://togithub.com/asottile).

##### Updating

- The per-hook behaviour of `fail_fast` was fixed. If you want the
pre-3.7.0
behaviour, add `fail_fast: true` to all hooks before the last
`fail_fast`
    hook.

</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 becomes conflicted, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMyIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: repo-jeeves[bot] <106431701+repo-jeeves[bot]@users.noreply.github.com>
  • Loading branch information
repo-jeeves[bot] authored Mar 25, 2024
1 parent 278a07e commit 4013952
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 @@ -11,7 +11,7 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/pre-commit/pre-commit
rev: v3.6.2
rev: v3.7.0
hooks:
- id: validate_manifest
- repo: local
Expand Down

0 comments on commit 4013952

Please sign in to comment.