2020-10-29 15:51:30 +01:00
|
|
|
---
|
|
|
|
repos:
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
2021-09-06 16:37:41 +02:00
|
|
|
rev: v4.0.1
|
2020-10-29 15:51:30 +01:00
|
|
|
hooks:
|
|
|
|
- id: trailing-whitespace
|
|
|
|
- id: end-of-file-fixer
|
|
|
|
- id: check-added-large-files
|
|
|
|
|
2020-11-19 20:10:58 +01:00
|
|
|
- repo: https://github.com/adrienverge/yamllint
|
2021-09-06 16:37:41 +02:00
|
|
|
rev: v1.26.3
|
2020-10-29 15:51:30 +01:00
|
|
|
hooks:
|
|
|
|
- id: yamllint
|
|
|
|
args: [-c=.yamllint]
|
|
|
|
|
2021-01-12 10:41:10 +01:00
|
|
|
- repo: https://github.com/robertdebock/pre-commit
|
2021-12-06 10:06:31 +01:00
|
|
|
rev: v1.4.4
|
2021-01-12 10:41:10 +01:00
|
|
|
hooks:
|
|
|
|
- id: ansible_role_find_unused_variable
|
|
|
|
- id: ansible_role_find_empty_files
|
2021-03-09 17:56:17 +01:00
|
|
|
- id: ansible_role_find_empty_directories
|
2021-09-06 16:37:41 +02:00
|
|
|
- id: ansible_role_fix_readability
|
2021-10-07 22:45:24 +02:00
|
|
|
- id: ansible_role_find_undefined_handlers
|
2021-12-06 10:06:31 +01:00
|
|
|
- id: ansible_role_find_unquoted_values
|