Browse Source

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

pull/11826/head
Max Gautier 2 months ago
committed by GitHub
parent
commit
91ad58a185
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions
  1. 3
      .pre-commit-config.yaml

3
.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

Loading…
Cancel
Save