mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-12-28 08:51:55 +01:00
Compare commits
No commits in common. "e26892971b7ad841b0f2c369c08158acbd5bcc0f" and "8c724654f0aa4067e7f6260a64e800a4bd7a300a" have entirely different histories.
e26892971b
...
8c724654f0
1 changed files with 2 additions and 2 deletions
|
@ -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.10.0
|
rev: v24.9.2
|
||||||
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.34.0
|
rev: v1.33.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: ggshield
|
- id: ggshield
|
||||||
- repo: local
|
- repo: local
|
||||||
|
|
Loading…
Reference in a new issue