From 91ad58a1855a605c0fc132267e2999de257ed6af Mon Sep 17 00:00:00 2001 From: Max Gautier Date: Fri, 20 Dec 2024 03:00:09 +0100 Subject: [PATCH] Update ansible-lint pre-commit + drop jsonschema dep (#11818) --- .pre-commit-config.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a5d1164e8d7..d730535038c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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