Skip to content

Commit

Permalink
Update dependency pre-commit to v3.5.0 (#354)
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 | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [pre-commit](https://github.com/pre-commit/pre-commit) | `==3.4.0`
-> `==3.5.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/pre-commit/3.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pre-commit/3.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pre-commit/3.4.0/3.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pre-commit/3.4.0/3.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v3.5.0`](https://github.com/pre-commit/pre-commit/blob/HEAD/CHANGELOG.md#350---2023-10-13)

[Compare
Source](https://github.com/pre-commit/pre-commit/compare/v3.4.0...v3.5.0)

\==================

##### Features

- Improve performance of `check-hooks-apply` and
`check-useless-excludes`.
- [#&#8203;2998](https://github.com/pre-commit/pre-commit/issues/2998)
PR by [@&#8203;mxr](https://github.com/mxr).
- [#&#8203;2935](https://github.com/pre-commit/pre-commit/issues/2935)
issue by [@&#8203;mxr](https://github.com/mxr).

##### Fixes

-   Use `time.monotonic()` for more accurate hook timing.
- [#&#8203;3024](https://github.com/pre-commit/pre-commit/issues/3024)
PR by [@&#8203;adamchainz](https://github.com/adamchainz).

##### Migrating

-   Require npm 6.x+ for `language: node` hooks.
- [#&#8203;2996](https://github.com/pre-commit/pre-commit/issues/2996)
PR by [@&#8203;RoelAdriaans](https://github.com/RoelAdriaans).
- [#&#8203;1983](https://github.com/pre-commit/pre-commit/issues/1983)
issue by [@&#8203;henryiii](https://github.com/henryiii).

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/allenporter/flux-local).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44LjEiLCJ1cGRhdGVkSW5WZXIiOiIzNy44LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 14, 2023
1 parent c4d1f3e commit 1773925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mypy==1.6.0
nest_asyncio==1.5.8
pdoc==14.1.0
pip==23.2.1
pre-commit==3.4.0
pre-commit==3.5.0
pydantic==2.4.2
pytest==7.4.2
pytest-asyncio==0.21.1
Expand Down

0 comments on commit 1773925

Please sign in to comment.