Update ansible-lint pre-commit + drop jsonschema dep (#11818)

This commit is contained in:
Max Gautier
2024-12-20 03:00:09 +01:00
committed by GitHub
parent 2fbf4806ed
commit 91ad58a185

View File

@@ -35,11 +35,10 @@ repos:
files: "\\.sh$"
- repo: https://github.com/ansible/ansible-lint
rev: v24.9.2
rev: v24.12.2
hooks:
- id: ansible-lint
additional_dependencies:
- jsonschema==4.22.0
- jmespath==1.0.1
- netaddr==1.3.0
- distlib