[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/ansible/ansible-lint: v24.9.2 → v24.10.0](https://github.com/ansible/ansible-lint/compare/v24.9.2...v24.10.0)
- [github.com/gitguardian/ggshield: v1.33.0 → v1.34.0](https://github.com/gitguardian/ggshield/compare/v1.33.0...v1.34.0)
This commit is contained in:
pre-commit-ci[bot] 2024-12-03 00:04:46 +00:00 committed by GitHub
parent 8c724654f0
commit e0e091f657
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: mixed-line-ending
- id: trailing-whitespace - id: trailing-whitespace
- repo: https://github.com/ansible/ansible-lint - repo: https://github.com/ansible/ansible-lint
rev: v24.9.2 rev: v24.10.0
hooks: hooks:
- id: ansible-lint - id: ansible-lint
entry: python3 -m ansiblelint -v --force-color --fix entry: python3 -m ansiblelint -v --force-color --fix
additional_dependencies: additional_dependencies:
- ansible # necessary because we're using community collections - ansible # necessary because we're using community collections
- repo: https://github.com/gitguardian/ggshield - repo: https://github.com/gitguardian/ggshield
rev: v1.33.0 rev: v1.34.0
hooks: hooks:
- id: ggshield - id: ggshield
- repo: local - repo: local