Refer to the new pre-commit hook.
This commit is contained in:
parent
68f545f838
commit
213cfbdebd
|
|
@ -14,9 +14,10 @@ repos:
|
||||||
args: [-c=.yamllint]
|
args: [-c=.yamllint]
|
||||||
|
|
||||||
- repo: https://github.com/robertdebock/pre-commit
|
- repo: https://github.com/robertdebock/pre-commit
|
||||||
rev: v1.2.5
|
rev: v1.3.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: ansible_role_find_unused_variable
|
- id: ansible_role_find_unused_variable
|
||||||
- id: ansible_role_find_empty_files
|
- id: ansible_role_find_empty_files
|
||||||
- id: ansible_role_find_empty_directories
|
- id: ansible_role_find_empty_directories
|
||||||
- id: ansible_role_fix_readability
|
- id: ansible_role_fix_readability
|
||||||
|
- id: ansible_role_find_undefined_handlers
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue