From 1dc6d647b86466bf133fe03ec8d76c541e19c632 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 9 Feb 2021 22:04:06 +0100 Subject: [PATCH] chore(deps): update precommit hook pre-commit/pre-commit-hooks to v3.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
pre-commit/pre-commit-hooks ### [`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 - [#​524](https://togithub.com/pre-commit/pre-commit-hooks/issues/524) PR by [@​danielhoherd](https://togithub.com/danielhoherd). - `check-vcs-permalinks`: Add `--additional-github-domain` option - [#​530](https://togithub.com/pre-commit/pre-commit-hooks/issues/530) PR by [@​youngminz](https://togithub.com/youngminz). - New hook: `destroyed-symlinks` to detect unintentional symlink-breakages on windows. - [#​511](https://togithub.com/pre-commit/pre-commit-hooks/issues/511) PR by [@​m-khvoinitsky](https://togithub.com/m-khvoinitsky).
--- ### 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. --- - [ ] 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). --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6ad83346e..a9024b15d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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