Bump pre-commit hooks
This commit is contained in:
parent
bd348ef6d7
commit
c1558ebd46
|
|
@ -22,12 +22,12 @@ repos:
|
|||
name: Check python (flake8)
|
||||
args: ["--ignore=E501,E226"]
|
||||
- repo: https://github.com/adrienverge/yamllint.git
|
||||
rev: v1.26.1
|
||||
rev: v1.26.3
|
||||
hooks:
|
||||
- id: yamllint
|
||||
name: Check yaml files (yamllint)
|
||||
- repo: https://github.com/ansible/ansible-lint.git
|
||||
rev: v5.0.11
|
||||
rev: v5.2.1
|
||||
hooks:
|
||||
- id: ansible-lint
|
||||
name: Check ansible files (ansible-lint)
|
||||
|
|
|
|||
Loading…
Reference in New Issue