From 26360a1461d02d7fcfe2d81a85a975fe6d69820d Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Tue, 9 Mar 2021 17:56:17 +0100 Subject: [PATCH] Testing for empty directories. --- .pre-commit-config.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 106946e..ec1005b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,14 +13,9 @@ repos: - id: yamllint args: [-c=.yamllint] - # - repo: https://github.com/ansible/ansible-lint - # rev: v5.0.1 - # hooks: - # - id: ansible-lint - # pass_filenames: false - - repo: https://github.com/robertdebock/pre-commit - rev: v1.1.2 + rev: v1.2.1 hooks: - id: ansible_role_find_unused_variable - id: ansible_role_find_empty_files + - id: ansible_role_find_empty_directories