Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
477e54d5b6 chore(deps): update pre-commit hook davidanson/markdownlint-cli2 (v0.20.0 → v0.21.0)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-16 00:54:55 +00:00

View File

@@ -44,7 +44,7 @@ repos:
args: [--autofix, --no-sort-keys]
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.20.0
rev: v0.21.0
hooks:
- id: markdownlint-cli2
args: [--fix]
@@ -55,7 +55,7 @@ repos:
- id: yamllint
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.1
rev: v0.15.0
hooks:
# Run the linter with auto-fix
- id: ruff-check