Bump pre-commit tools versions
This commit is contained in:
parent
923c96c9d5
commit
9575695e9c
|
|
@ -13,12 +13,12 @@ repos:
|
|||
name: Check trailing whitespace
|
||||
args: [--markdown-linebreak-ext=md]
|
||||
- repo: https://github.com/adrienverge/yamllint.git
|
||||
rev: v1.32.0
|
||||
rev: v1.33.0
|
||||
hooks:
|
||||
- id: yamllint
|
||||
name: Check yaml files (yamllint)
|
||||
- repo: https://github.com/ansible/ansible-lint.git
|
||||
rev: v6.21.1
|
||||
rev: v6.22.1
|
||||
hooks:
|
||||
- id: ansible-lint
|
||||
name: Check ansible files (ansible-lint)
|
||||
|
|
|
|||
Loading…
Reference in New Issue