[pim/eventviews] /: .pre-commit-config.yaml - autoupdate

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

.pre-commit-config.yaml - autoupdate

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

https://invent.kde.org/pim/eventviews/-/commit/970ed5e4ec80ca0970657d477f1bd1155f374f33

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index d2b3d91e..93c55af2 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -21,7 +21,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
@@ -29,14 +29,14 @@ repos:
       args: ["--style=file:.clang-format-pre-commit"]
  - repo: https://github.com/astral-sh/ruff-pre-commit
   # Ruff version.
-   rev: v0.15.12
+   rev: v0.16.1
    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: (textemoticons/core/data/emoji.json|textgrammarcheck/grammalecte/autotests/data/result1.json|texttranslator/translator/plugins/bergamot/autotests/data/modellanguages/models.json|textgrammarcheck/languagetool/autotests/data/test2.json|textautocorrection/core/autotests/data/custom-fr-ref.xml|textgrammarcheck/common/autotests/grammarresultutiltest.cpp|textautocorrection/core/autotests/data/custom-fr.xml)
@@ -45,7 +45,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)$