From bde782f511f34bf4fce1b51229dbd8ee3e37e862 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=BCttler?= Date: Fri, 5 Jun 2026 10:09:17 +0200 Subject: [PATCH] new pre-commit hook config --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a722261..669df1f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,8 +10,8 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - - repo: https://github.com/guettli/pre-commit-branch-up-to-date - rev: v0.0.4 + - repo: https://github.com/guettli/sync-branch + rev: v0.0.10 hooks: - id: branch-up-to-date