Skip to content

Commit

Permalink
Make unused variable finding work on Mac OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Mar 25, 2021
1 parent bd63a44 commit a93f87c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
*.swp
.tox
.cache
.DS_Store
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a93f87c

Please sign in to comment.