From 9e28f39276c4c2007007039d28a142303f0075db Mon Sep 17 00:00:00 2001 From: kieranbrown <25469238+kieranbrown@users.noreply.github.com> Date: Sat, 29 Nov 2025 05:14:18 +0000 Subject: [PATCH] chore(deps): update pre-commit hooks --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 93beaf6..5af151c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,15 +2,15 @@ exclude: ^CHANGELOG\.md$ repos: - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: 3.4.0 + rev: 3.5.0 hooks: - id: editorconfig-checker - repo: https://github.com/rhysd/actionlint - rev: v1.7.7 + rev: v1.7.9 hooks: - id: actionlint - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.45.0 + rev: v0.46.0 hooks: - id: markdownlint - repo: https://github.com/pre-commit/pre-commit-hooks @@ -41,11 +41,11 @@ repos: args: [--autofix, --no-sort-keys] - id: trailing-whitespace - repo: https://github.com/gitleaks/gitleaks - rev: v8.28.0 + rev: v8.30.0 hooks: - id: gitleaks - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.22.0 + rev: v9.23.0 hooks: - id: commitlint stages: [commit-msg]