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
…3.0 (#336)

[![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://github.com/pre-commit/pre-commit-hooks) | repository | minor | `v3.2.0` -> `v3.3.0` |

---

### Release Notes

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

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

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

##### Features

-   `file-contents-sorter`: add `--ignore-case` option for case-insensitive sorting
    -   [#&#8203;514](https://github.com/pre-commit/pre-commit-hooks/issues/514) PR by [@&#8203;Julian](https://github.com/Julian).
-   `check-added-large-files`: add `--enforce-all` option to check non-added files as well
    -   [#&#8203;519](https://github.com/pre-commit/pre-commit-hooks/issues/519) PR by [@&#8203;mshawcroft](https://github.com/mshawcroft).
    -   [#&#8203;518](https://github.com/pre-commit/pre-commit-hooks/issues/518) issue by [@&#8203;mshawcroft](https://github.com/mshawcroft).
-   `fix-byte-order-marker`: new hook which fixes UTF-8 byte-order marker.
    -   [#&#8203;522](https://github.com/pre-commit/pre-commit-hooks/issues/522) PR by [@&#8203;jgowdy](https://github.com/jgowdy).

##### Deprecations

-   `check-byte-order-marker` is now deprecated for `fix-byte-order-marker`

</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 authored Dec 2, 2020
1 parent 602108a commit 41849b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
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.2.0
rev: v3.3.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand Down

0 comments on commit 41849b1

Please sign in to comment.