[network/ruqola] /: Auto update pre-commit
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 503ca29a0e0439eb4799d341162acc29c06af57f by Laurent Montel.
Committed on 20/07/2026 at 11:17.
Pushed by mlaurent into branch 'master'.
Auto update pre-commit
M +4 -4 .pre-commit-config.yaml
https://invent.kde.org/network/ruqola/-/commit/503ca29a0e0439eb4799d341162acc29c06af57f
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 92bf404de7..e8ad878ed0 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -22,7 +22,7 @@ repos:
- id: destroyed-symlinks
- id: check-executables-have-shebangs
- repo: https://github.com/pre-commit/mirrors-clang-format
- rev: v22.1.5
+ rev: v22.1.8
hooks:
- id: clang-format
# force using this project's configuration rather
@@ -30,14 +30,14 @@ repos:
args: ["--style=file:.clang-format-pre-commit"]
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
- rev: v0.15.18
+ rev: v0.15.22
hooks:
# Run the linter.
- id: ruff
# Run the formatter.
- id: ruff-format
- repo: https://github.com/codespell-project/codespell
- rev: v2.4.2
+ rev: v2.4.3
hooks:
- id: codespell
exclude: (.json|org.kde.ruqola.appdata.xml|src/data/ruqola.notifyrc|src/core/autotests/ruqolaktexttohtmltest.cpp)
@@ -46,7 +46,7 @@ repos:
hooks:
- id: gersemi
- repo: https://github.com/DavidAnson/markdownlint-cli2
- rev: v0.22.1
+ rev: v0.23.1
hooks:
- id: markdownlint-cli2
files: \.(md|mdown|markdown)$