[pim/akonadi-calendar-tools] /: .pre-commit-config.yaml - autoupdate

Allen Winter <[email protected]> Wed, 5 Aug 2026 10:28:06 +0000 (UTC)
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit 66c1fd93d922936e6d88baf401078ed89cfaeb72 by Allen Winter.
Committed on 05/08/2026 at 10:27.
Pushed by winterz into branch 'master'.

.pre-commit-config.yaml - autoupdate

M  +3    -3    .pre-commit-config.yaml

https://invent.kde.org/pim/akonadi-calendar-tools/-/commit/66c1fd93d922936e6d88baf401078ed89cfaeb72

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 95bbd79..d46652d 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -23,14 +23,14 @@ repos:
     - id: check-executables-have-shebangs
     - id: check-toml
  - 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
     # than the one provided by CI
       args: ["--style=file:.clang-format-pre-commit"]
  - repo: https://github.com/codespell-project/codespell
-   rev: v2.4.2
+   rev: v2.4.3
    hooks:
     - id: codespell
  - repo: https://github.com/BlankSpruce/gersemi
@@ -38,7 +38,7 @@ repos:
    hooks:
     - id: gersemi
  - repo: https://github.com/DavidAnson/markdownlint-cli2
-   rev: v0.22.1
+   rev: v0.23.2
    hooks:
     - id: markdownlint-cli2
       files: \.(md|mdown|markdown)$