[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/ansible/ansible-lint: v25.1.1 → v25.1.3](https://github.com/ansible/ansible-lint/compare/v25.1.1...v25.1.3)
- [github.com/gitguardian/ggshield: v1.36.0 → v1.37.0](https://github.com/gitguardian/ggshield/compare/v1.36.0...v1.37.0)
This commit is contained in:
pre-commit-ci[bot] 2025-03-03 21:09:42 +00:00 committed by GitHub
parent fa342f2241
commit 53e2c75aeb
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: v25.1.1
rev: v25.1.3
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.36.0
rev: v1.37.0
hooks:
- id: ggshield
- repo: local