Bumping yamllint to 1.30.0

This change should allow openstack-tox-linters run under python 3.10 envs.

Closes-Bug: #2013048

Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
Change-Id: Ice5af1abccf448fe4f3d420eeb457f52af4f22cb
This commit is contained in:
Jiri Podivin 2023-03-28 11:59:41 +02:00
parent d00778f1cd
commit 445eecf398
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ repos:
entry: flake8 --ignore=E24,E121,E122,E123,E124,E126,E226,E265,E305,E402,F401,F405,E501,E704,F403,F841,W503,W605
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.26.1
rev: v1.30.0
hooks:
- id: yamllint
files: \.(yaml|yml)$