Skip to content

Commit 322d5cc

Browse files
chore(deps): renovate: igorshubovych/markdownlint-cli to v0.47.0 (#609)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [igorshubovych/markdownlint-cli](https://redirect.github.com/igorshubovych/markdownlint-cli) | repository | minor | `v0.46.0` → `v0.47.0` | 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>igorshubovych/markdownlint-cli (igorshubovych/markdownlint-cli)</summary> ### [`v0.47.0`](https://redirect.github.com/igorshubovych/markdownlint-cli/releases/tag/v0.47.0) [Compare Source](https://redirect.github.com/igorshubovych/markdownlint-cli/compare/v0.46.0...v0.47.0) - Add output and exit code support for warnings - Update `markdownlint` dependency to `0.40.0` - Improve `MD011`/`MD013`/`MD051`/`MD060` - Update all dependencies via `Dependabot` </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 908e5e6 commit 322d5cc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
args:
1111
- --config=pyproject.toml
1212
- repo: https://github.com/igorshubovych/markdownlint-cli
13-
rev: v0.46.0
13+
rev: v0.47.0
1414
hooks:
1515
- id: markdownlint-fix
1616
args:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
- id: ruff
66
- id: ruff-format
77
- repo: https://github.com/igorshubovych/markdownlint-cli
8-
rev: v0.46.0
8+
rev: v0.47.0
99
hooks:
1010
- id: markdownlint-fix
1111
args:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
- id: ruff
66
- id: ruff-format
77
- repo: https://github.com/igorshubovych/markdownlint-cli
8-
rev: v0.46.0
8+
rev: v0.47.0
99
hooks:
1010
- id: markdownlint-fix
1111
args:

0 commit comments

Comments
 (0)