Skip to content

Commit

Permalink
Update dependency pre-commit to v3.1.1 (#100)
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://togithub.com/pre-commit/pre-commit) | `==3.0.4`
-> `==3.1.1` |
[![age](https://badges.renovateapi.com/packages/pypi/pre-commit/3.1.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/pypi/pre-commit/3.1.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/pypi/pre-commit/3.1.1/compatibility-slim/3.0.4)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/pypi/pre-commit/3.1.1/confidence-slim/3.0.4)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v3.1.1`](https://togithub.com/pre-commit/pre-commit/blob/HEAD/CHANGELOG.md#&#8203;311---2023-02-27)

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

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

##### Fixes

- Fix `rust` with `language_version` and a non-writable host
`RUSTUP_HOME`.
-
[pre-commit-ci/issues#&#8203;173](https://togithub.com/pre-commit-ci/issues/issues/173)
by [@&#8203;Swiftb0y](https://togithub.com/Swiftb0y).
- [#&#8203;2788](https://togithub.com/pre-commit/pre-commit/issues/2788)
by [@&#8203;asottile](https://togithub.com/asottile).

###
[`v3.1.0`](https://togithub.com/pre-commit/pre-commit/blob/HEAD/CHANGELOG.md#&#8203;310---2023-02-22)

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

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

##### Fixes

-   Fix `dotnet` for `.sln`-based hooks for dotnet>=7.0.200.
- [#&#8203;2763](https://togithub.com/pre-commit/pre-commit/issues/2763)
PR by [@&#8203;m-rsha](https://togithub.com/m-rsha).
-   Prevent stashing when `diff` fails to execute.
- [#&#8203;2774](https://togithub.com/pre-commit/pre-commit/issues/2774)
PR by [@&#8203;asottile](https://togithub.com/asottile).
- [#&#8203;2773](https://togithub.com/pre-commit/pre-commit/issues/2773)
issue by [@&#8203;strubbly](https://togithub.com/strubbly).
-   Dependencies are no longer sorted in repository key.
- [#&#8203;2776](https://togithub.com/pre-commit/pre-commit/issues/2776)
PR by [@&#8203;asottile](https://togithub.com/asottile).

##### Updating

-   Deprecate `language: python_venv`.  Use `language: python` instead.
- [#&#8203;2746](https://togithub.com/pre-commit/pre-commit/issues/2746)
PR by [@&#8203;asottile](https://togithub.com/asottile).
- [#&#8203;2734](https://togithub.com/pre-commit/pre-commit/issues/2734)
issue by [@&#8203;asottile](https://togithub.com/asottile).

</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://app.renovatebot.com/dashboard#github/allenporter/flux-local).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 4, 2023
1 parent e7a5251 commit 4187694
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 @@ -8,7 +8,7 @@ nest_asyncio==1.5.6
networkx==3.0
pdoc==13.0.0
pip==23.0.1
pre-commit==3.0.4
pre-commit==3.1.1
pydantic==1.10.5
pytest==7.2.1
pytest-asyncio==0.20.3
Expand Down

0 comments on commit 4187694

Please sign in to comment.