Merge pull request #4 from Crocmagnon/pre-commit-ci-update-config
Some checks are pending
/ run ansible (push) Waiting to run

[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
Gabriel Augendre 2024-12-03 08:09:03 +01:00 committed by GitHub
commit e26892971b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,14 +29,14 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/ansible/ansible-lint
rev: v24.9.2
rev: v24.10.0
hooks:
- id: ansible-lint
entry: python3 -m ansiblelint -v --force-color --fix
additional_dependencies:
- ansible # necessary because we're using community collections
- repo: https://github.com/gitguardian/ggshield
rev: v1.33.0
rev: v1.34.0
hooks:
- id: ggshield
- repo: local