[network/ruqola] /: autoupdate pre-commit
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 1caeb2c1f6a6a4937a42b47bfcbef2511241b110 by Laurent Montel.
Committed on 10/08/2026 at 05:45.
Pushed by mlaurent into branch 'master'.
autoupdate pre-commit
M +2 -2 .pre-commit-config.yaml
https://invent.kde.org/network/ruqola/-/commit/1caeb2c1f6a6a4937a42b47bfcbef2511241b110
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index e8ad878ed0..242bb245e4 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -30,7 +30,7 @@ repos:
args: ["--style=file:.clang-format-pre-commit"]
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
- rev: v0.15.22
+ rev: v0.16.2
hooks:
# Run the linter.
- id: ruff
@@ -46,7 +46,7 @@ repos:
hooks:
- id: gersemi
- repo: https://github.com/DavidAnson/markdownlint-cli2
- rev: v0.23.1
+ rev: v0.23.2
hooks:
- id: markdownlint-cli2
files: \.(md|mdown|markdown)$