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