From 0f65f50e065244d7bc69e77663b49683fe9160d8 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 15 Nov 2023 08:25:54 +0100 Subject: [PATCH] chore: disable logging in pre-commit (#600) --- .pre-commit-hooks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index afd578e..17f24bf 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -2,7 +2,7 @@ - id: ansible-doctor name: ansible-doctor description: Create annotation based documentation for your Ansible roles. - entry: ansible-doctor -f + entry: ansible-doctor -f -qqq language: python pass_filenames: False always_run: True