Skip to content

Commit

Permalink
Update ansible-lint pre-commit + drop jsonschema dep (#11818)
Browse files Browse the repository at this point in the history
  • Loading branch information
VannTen authored Dec 20, 2024
1 parent 2fbf480 commit 91ad58a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 91ad58a

Please sign in to comment.