Skip to content

Commit

Permalink
chore(deps): update precommit hook pre-commit/pre-commit-hooks to v3.…
Browse files Browse the repository at this point in the history
…4.0 (#344)

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [pre-commit/pre-commit-hooks](https://togithub.com/pre-commit/pre-commit-hooks) | repository | minor | `v3.3.0` -> `v3.4.0` |

---

### Release Notes

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

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

[Compare Source](https://togithub.com/pre-commit/pre-commit-hooks/compare/v3.3.0...v3.4.0)

##### Features

-   `file-contents-sorter`: Add `--unique` argument
    -   [#&#8203;524](https://togithub.com/pre-commit/pre-commit-hooks/issues/524) PR by [@&#8203;danielhoherd](https://togithub.com/danielhoherd).
-   `check-vcs-permalinks`: Add `--additional-github-domain` option
    -   [#&#8203;530](https://togithub.com/pre-commit/pre-commit-hooks/issues/530) PR by [@&#8203;youngminz](https://togithub.com/youngminz).
-   New hook: `destroyed-symlinks` to detect unintentional symlink-breakages on windows.
    -   [#&#8203;511](https://togithub.com/pre-commit/pre-commit-hooks/issues/511) PR by [@&#8203;m-khvoinitsky](https://togithub.com/m-khvoinitsky).

</details>

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.

:no_bell: **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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-storage).
  • Loading branch information
renovate-bot committed Feb 9, 2021
1 parent 2414a61 commit 1dc6d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.3.0
rev: v3.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand Down

0 comments on commit 1dc6d64

Please sign in to comment.