Make unused variable finding work on Mac OS X

This commit is contained in:
Robert de Bock 2021-03-25 15:04:23 +01:00
parent be002a808b
commit 0dd6dcc899
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
*.swp
.tox
.cache
.DS_Store

View File

@ -14,7 +14,7 @@ repos:
args: [-c=.yamllint]
- repo: https://github.com/robertdebock/pre-commit
rev: v1.2.1
rev: v1.2.2
hooks:
- id: ansible_role_find_unused_variable
- id: ansible_role_find_empty_files