Skip to content

Commit 29de034

Browse files
committed
Use the correct repo name for the ansible-lint pre-commit hook
The repo name we were using redirects to the correct place, but we may as well cut out the middle man.
1 parent bd762fe commit 29de034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ repos:
130130
- id: pyupgrade
131131

132132
# Ansible hooks
133-
- repo: https://github.com/ansible-community/ansible-lint
133+
- repo: https://github.com/ansible/ansible-lint
134134
rev: v6.17.0
135135
hooks:
136136
- id: ansible-lint

0 commit comments

Comments
 (0)