Bump pre-commit tools versions

This commit is contained in:
Faustin Lammler 2022-03-24 15:29:50 +01:00
parent ed5a3fbd94
commit c2d9d03ea1
No known key found for this signature in database
GPG Key ID: 390A2F27832A5C79
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ repos:
- id: yamllint
name: Check yaml files (yamllint)
- repo: https://github.com/ansible/ansible-lint.git
rev: v5.3.2
rev: v6.0.2
hooks:
- id: ansible-lint
name: Check ansible files (ansible-lint)
@ -45,7 +45,7 @@ repos:
types: [markdown]
- id: docker-shell-shfmt
name: Run shfmt with docker
entry: mvdan/shfmt:v3.3.0 -d -i 2 -ci
entry: mvdan/shfmt:v3.4.3 -d -i 2 -ci
language: docker_image
types: [shell]
- id: docker-shell-lint