Skip to content

Commit a99e9c5

Browse files
committed
Reenable ansible-lint hook in pre-commit
Signed-off-by: Webster Mudge <[email protected]>
1 parent f48b50f commit a99e9c5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,8 @@ repos:
4646
hooks:
4747
- id: black
4848
name: lint python
49+
- repo: https://github.com/ansible/ansible-lint
50+
rev: v25.6.1
51+
hooks:
52+
- id: ansible-lint
53+
name: lint ansible

0 commit comments

Comments
 (0)