2020-10-29 15:51:30 +01:00
|
|
|
---
|
|
|
|
repos:
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
2021-01-12 10:41:10 +01:00
|
|
|
rev: v3.4.0
|
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-02-19 17:28:24 +01:00
|
|
|
rev: v1.26.0
|
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-03-25 15:31:31 +01:00
|
|
|
rev: v1.2.2
|
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
|