Bump pre-commit hooks

This commit is contained in:
Faustin Lammler 2021-10-19 16:49:32 +02:00
parent bd348ef6d7
commit c1558ebd46
No known key found for this signature in database
GPG Key ID: 390A2F27832A5C79
1 changed files with 2 additions and 2 deletions

View File

@ -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)