Skip to content

Commit

Permalink
chore(deps): update dependency pre-commit to v3.2.0 (descope#123)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change | Pending |
|---|---|---|---|---|
| [pre-commit](https://togithub.com/pre-commit/pre-commit) | dev | minor
| `3.1.1` -> `3.2.0` | `3.2.1` |

---

### Release Notes

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

###
[`v3.2.0`](https://togithub.com/pre-commit/pre-commit/blob/HEAD/CHANGELOG.md#&#8203;320---2023-03-17)

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

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

##### Features

-   Allow `pre-commit`, `pre-push`, and `pre-merge-commit` as `stages`.
- [#&#8203;2732](https://togithub.com/pre-commit/pre-commit/issues/2732)
issue by [@&#8203;asottile](https://togithub.com/asottile).
- [#&#8203;2808](https://togithub.com/pre-commit/pre-commit/issues/2808)
PR by [@&#8203;asottile](https://togithub.com/asottile).
-   Add `pre-rebase` hook support.
- [#&#8203;2582](https://togithub.com/pre-commit/pre-commit/issues/2582)
issue by
[@&#8203;BrutalSimplicity](https://togithub.com/BrutalSimplicity).
- [#&#8203;2725](https://togithub.com/pre-commit/pre-commit/issues/2725)
PR by [@&#8203;mgaligniana](https://togithub.com/mgaligniana).

##### Fixes

-   Remove bulky cargo cache from `language: rust` installs.
- [#&#8203;2820](https://togithub.com/pre-commit/pre-commit/issues/2820)
PR 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 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

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

Co-authored-by: descope[bot] <descope[bot]@users.noreply.github.com>
  • Loading branch information
descope[bot] and descope[bot] authored Mar 31, 2023
1 parent 442ecde commit 6aaa0a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ descope = "1.0.0"
[tool.poetry.group.dev.dependencies]
flake8 = "6.0.0"
black = "23.1.0"
pre-commit = "3.1.1"
pre-commit = "3.2.0"
liccheck = "0.8.3"
isort = "5.12.0"
python-dotenv = "1.0.0"
Expand Down

0 comments on commit 6aaa0a3

Please sign in to comment.