Compare commits

...

2 commits

Author SHA1 Message Date
2306858a77
Merge pull request from Crocmagnon/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2025-02-04 22:11:16 +01:00
pre-commit-ci[bot]
a406f8db72
[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)
2025-02-04 00:36:59 +00:00

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