From 3200f1fccb682e28860be8f9eccf73828d654bcb Mon Sep 17 00:00:00 2001 From: Yethal <26117918+Yethal@users.noreply.github.com> Date: Fri, 5 Sep 2025 19:07:43 +0200 Subject: [PATCH] Do not pass filenames to ansible-lint by default --- modules/hooks.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/hooks.nix b/modules/hooks.nix index 6d0099da..dafe13fd 100644 --- a/modules/hooks.nix +++ b/modules/hooks.nix @@ -2131,6 +2131,7 @@ in in "${hooks.ansible-lint.package}/bin/ansible-lint ${cmdArgs}"; files = if hooks.ansible-lint.settings.subdir != "" then "${hooks.ansible-lint.settings.subdir}/" else ""; + pass_filenames = false; }; autoflake = {