Skip to content

Commit

Permalink
Use the correct repo name for the ansible-lint pre-commit hook
Browse files Browse the repository at this point in the history
The repo name we were using redirects to the correct place, but we may
as well cut out the middle man.

Co-authored-by: Shane Frasier <jeremy.frasier@gwe.cisa.dhs.gov>
  • Loading branch information
dav3r and jsf9k committed Nov 9, 2023
1 parent fdc4e9c commit e5de9ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ repos:
- id: pyupgrade

# Ansible hooks
- repo: https://github.com/ansible-community/ansible-lint
- repo: https://github.com/ansible/ansible-lint
rev: v5.4.0
hooks:
- id: ansible-lint
Expand Down

0 comments on commit e5de9ad

Please sign in to comment.