Skip to content

Commit edf5e5c

Browse files
chore(deps): renovate: lucas-c/pre-commit-hooks to v1.5.6 (#606)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Lucas-C/pre-commit-hooks](https://redirect.github.com/Lucas-C/pre-commit-hooks) | repository | patch | `v1.5.5` → `v1.5.6` | Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>Lucas-C/pre-commit-hooks (Lucas-C/pre-commit-hooks)</summary> ### [`v1.5.6`](https://redirect.github.com/Lucas-C/pre-commit-hooks/releases/tag/v1.5.6): Run the hooks also in the manual stage + fix --insert-license-after-regex [Compare Source](https://redirect.github.com/Lucas-C/pre-commit-hooks/compare/v1.5.5...v1.5.6) - PR [#&#8203;103](https://redirect.github.com/Lucas-C/pre-commit-hooks/pull/103) - Fix `--insert-license-after-regex` to work beyond first line - PR [#&#8203;105](https://redirect.github.com/Lucas-C/pre-commit-hooks/pull/105) - Run the hooks also in the manual stage </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), 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 --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/UCL-ARC/python-tooling). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f599d33 commit edf5e5c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
args:
1717
- --dot
1818
- repo: https://github.com/Lucas-C/pre-commit-hooks
19-
rev: v1.5.5
19+
rev: v1.5.6
2020
hooks:
2121
- id: forbid-tabs
2222
- repo: https://github.com/pappasam/toml-sort

tests/data/test_package_generation/.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
args:
1212
- --dot
1313
- repo: https://github.com/Lucas-C/pre-commit-hooks
14-
rev: v1.5.5
14+
rev: v1.5.6
1515
hooks:
1616
- id: forbid-tabs
1717
- repo: https://github.com/pappasam/toml-sort

{{cookiecutter.project_slug}}/.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
args:
1212
- --dot
1313
- repo: https://github.com/Lucas-C/pre-commit-hooks
14-
rev: v1.5.5
14+
rev: v1.5.6
1515
hooks:
1616
- id: forbid-tabs
1717
- repo: https://github.com/pappasam/toml-sort

0 commit comments

Comments
 (0)