From 1a98aa504c680b3d84177fe5591a6373c63a3722 Mon Sep 17 00:00:00 2001 From: Anton Vakhrushev Date: Fri, 2 Jan 2026 20:30:45 +0300 Subject: [PATCH] increase verbosity --- lefthook.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lefthook.yml b/lefthook.yml index ef3eb12..87bd490 100644 --- a/lefthook.yml +++ b/lefthook.yml @@ -24,7 +24,9 @@ pre-commit: - name: "ansible-lint" glob: "**/*.{yml,yaml}" - run: "uv run ansible-lint --profile production --exclude .gitea/ {staged_files}" + exclude: + - ".gitea" + run: "uv run ansible-lint --profile production --offline -- {staged_files}" - name: "gitleaks" run: "gitleaks git --staged"