chore: disable logging in pre-commit (#600)

This commit is contained in:
Robert Kaussow 2023-11-15 08:25:54 +01:00 committed by GitHub
parent 9476810896
commit 0f65f50e06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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