From 4e041b8d54ff1aa7b0b96b0e08ae11b7629ade0a Mon Sep 17 00:00:00 2001 From: Thomas Cederholm Date: Thu, 21 May 2026 14:13:07 +0200 Subject: [PATCH] chore: Bump pre-commit hooks Lucas-C/pre-commit-hooks v1.5.5 -> v1.5.6 editorconfig-checker 3.4.0 -> 3.6.1 extenda/pre-commit-hooks v0.14.0 -> v0.15.0 yamllint v1.37.1 -> v1.38.0 --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 13c6796..bed54ac 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,23 +7,23 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.5.5 + rev: v1.5.6 hooks: - id: remove-crlf - id: remove-tabs args: [ --whitespaces-count=2 ] - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: 3.4.0 + rev: 3.6.1 hooks: - id: editorconfig-checker - repo: https://github.com/extenda/pre-commit-hooks - rev: v0.14.0 + rev: v0.15.0 hooks: - id: google-java-formatter - id: commitlint stages: [commit-msg] - repo: https://github.com/adrienverge/yamllint.git - rev: v1.37.1 + rev: v1.38.0 hooks: - id: yamllint args: [ --strict, -c=.yamllint ]