Skip to content

Commit 8145a93

Browse files
authored
Merge pull request #139 from cisagov/improvement/use-correct-repo-name
Use the correct repo name for the ansible-lint pre-commit hook
2 parents 4ec50ab + 29de034 commit 8145a93

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)