Bump components.

This commit is contained in:
Robert de Bock 2023-06-12 16:53:02 +02:00
parent f185186a16
commit 923c21c379
2 changed files with 3 additions and 3 deletions

View File

@ -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]

View File

@ -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}