Bump pre-commit tools versions
This commit is contained in:
parent
ed5a3fbd94
commit
c2d9d03ea1
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue