Bump components.
This commit is contained in:
parent
f185186a16
commit
923c21c379
|
|
@ -1,14 +1,14 @@
|
||||||
---
|
---
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v4.3.0
|
rev: v4.4.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
- id: end-of-file-fixer
|
- id: end-of-file-fixer
|
||||||
- id: check-added-large-files
|
- id: check-added-large-files
|
||||||
|
|
||||||
- repo: https://github.com/adrienverge/yamllint
|
- repo: https://github.com/adrienverge/yamllint
|
||||||
rev: v1.26.3
|
rev: v1.32.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: yamllint
|
- id: yamllint
|
||||||
args: [-c=.yamllint]
|
args: [-c=.yamllint]
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ deps =
|
||||||
-rrequirements.txt
|
-rrequirements.txt
|
||||||
ansible6: ansible == 6.*
|
ansible6: ansible == 6.*
|
||||||
ansible7: ansible == 7.*
|
ansible7: ansible == 7.*
|
||||||
ansible5: ansible == 8.*
|
ansible8: ansible == 8.*
|
||||||
commands = molecule test
|
commands = molecule test
|
||||||
setenv =
|
setenv =
|
||||||
TOX_ENVNAME={envname}
|
TOX_ENVNAME={envname}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue