[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/ansible/ansible-lint: v24.12.2 → v25.1.1](https://github.com/ansible/ansible-lint/compare/v24.12.2...v25.1.1)
- [github.com/gitguardian/ggshield: v1.34.0 → v1.36.0](https://github.com/gitguardian/ggshield/compare/v1.34.0...v1.36.0)
This commit is contained in:
pre-commit-ci[bot] 2025-02-04 00:36:59 +00:00 committed by GitHub
parent 6dfe6e1ed4
commit a406f8db72
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.12.2
rev: v25.1.1
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.34.0
rev: v1.36.0
hooks:
- id: ggshield
- repo: local