Bump pre-commit tools versions
This commit is contained in:
parent
ed5a3fbd94
commit
c2d9d03ea1
|
|
@ -27,7 +27,7 @@ repos:
|
||||||
- id: yamllint
|
- id: yamllint
|
||||||
name: Check yaml files (yamllint)
|
name: Check yaml files (yamllint)
|
||||||
- repo: https://github.com/ansible/ansible-lint.git
|
- repo: https://github.com/ansible/ansible-lint.git
|
||||||
rev: v5.3.2
|
rev: v6.0.2
|
||||||
hooks:
|
hooks:
|
||||||
- id: ansible-lint
|
- id: ansible-lint
|
||||||
name: Check ansible files (ansible-lint)
|
name: Check ansible files (ansible-lint)
|
||||||
|
|
@ -45,7 +45,7 @@ repos:
|
||||||
types: [markdown]
|
types: [markdown]
|
||||||
- id: docker-shell-shfmt
|
- id: docker-shell-shfmt
|
||||||
name: Run shfmt with docker
|
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
|
language: docker_image
|
||||||
types: [shell]
|
types: [shell]
|
||||||
- id: docker-shell-lint
|
- id: docker-shell-lint
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue