From 6a13b4e49dac67f2476fd2cbbda5843fa3f8ab73 Mon Sep 17 00:00:00 2001 From: Pavel Zwerschke Date: Mon, 13 Apr 2026 14:08:45 +0200 Subject: [PATCH] use --as-is in lefthook --- .lefthook.yaml | 2 +- template/.lefthook.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.lefthook.yaml b/.lefthook.yaml index c54ddfe..98a159c 100644 --- a/.lefthook.yaml +++ b/.lefthook.yaml @@ -1,7 +1,7 @@ # yaml-language-server: $schema=https://raw.githubusercontent.com/evilmartians/lefthook/refs/heads/master/schema.json output: [summary] templates: - run: run --quiet --no-progress + run: run --as-is --quiet --no-progress no_auto_install: true pre-commit: fail_on_changes: always diff --git a/template/.lefthook.yaml b/template/.lefthook.yaml index dcb1151..3e7fcf5 100644 --- a/template/.lefthook.yaml +++ b/template/.lefthook.yaml @@ -1,7 +1,7 @@ # yaml-language-server: $schema=https://raw.githubusercontent.com/evilmartians/lefthook/refs/heads/master/schema.json output: [summary] templates: - run: run --quiet --no-progress + run: run --as-is --quiet --no-progress no_auto_install: true pre-commit: fail_on_changes: always