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