Compare commits

..

2 Commits

Author SHA1 Message Date
renovate[bot]
de890ee78e chore(deps): update pre-commit hook astral-sh/ruff-pre-commit (v0.15.1 → v0.15.2)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-23 00:42:06 +00:00
renovate[bot]
309f4460ec chore(deps): update pre-commit hook davidanson/markdownlint-cli2 (v0.20.0 → v0.21.0) (#456)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-17 23:20:07 +02: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.2
hooks:
# Run the linter with auto-fix
- id: ruff-check