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

View File

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