[libraries/ktextaddons] /: Update update pre-commit
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 5135824ba3873298cb2b29f34b049495215c8b74 by Laurent Montel.
Committed on 23/07/2026 at 06:28.
Pushed by mlaurent into branch 'master'.
Update update pre-commit
M +5 -5 .pre-commit-config.yaml
https://invent.kde.org/libraries/ktextaddons/-/commit/5135824ba3873298cb2b29f34b049495215c8b74
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index e97f92715..31ee7cc20 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -26,7 +26,7 @@ repos:
hooks:
- id: reuse-lint-file
- repo: https://github.com/pre-commit/mirrors-clang-format
- rev: v22.1.3
+ rev: v22.1.8
hooks:
- id: clang-format
# force using this project's configuration rather
@@ -35,14 +35,14 @@ repos:
exclude: (textutils/cmark-rc)
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
- rev: v0.15.9
+ 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
[suppressed due to size limit]
@@ -51,12 +51,12 @@ repos:
hooks:
- id: gersemi
- repo: https://github.com/DavidAnson/markdownlint-cli2
- rev: v0.22.0
+ rev: v0.23.1
hooks:
- id: markdownlint-cli2
files: \.(md|mdown|markdown)$
- repo: https://github.com/scop/pre-commit-shfmt
- rev: v3.13.0-1
+ rev: v3.13.1-1
hooks:
- id: shfmt
- repo: https://github.com/shellcheck-py/shellcheck-py