From 113ab140a717d96a34b4bc4d641586802eb441e8 Mon Sep 17 00:00:00 2001 From: Aljoscha Gerber Date: Fri, 18 Aug 2023 11:44:31 +0200 Subject: [PATCH] hooks: offer sync option, but make it overwritable --- .pre-commit-hooks.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 3d8f29e2bb2..00caa0d37da 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -31,3 +31,4 @@ pass_filenames: false stages: [post-checkout, post-merge] always_run: true + args: ["--sync"]