mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-22 16:40:48 +00:00
Remove trailing '.git's from repository URLs
Two hooks had trailing '.git's in the URLs. Although this is not a problem, we should be consistent in how we format things.
This commit is contained in:
parent
2d6bf50eab
commit
5115baee52
1 changed files with 2 additions and 2 deletions
|
@ -80,14 +80,14 @@ repos:
|
||||||
- id: pyupgrade
|
- id: pyupgrade
|
||||||
|
|
||||||
# Ansible hooks
|
# Ansible hooks
|
||||||
- repo: https://github.com/ansible/ansible-lint.git
|
- repo: https://github.com/ansible/ansible-lint
|
||||||
rev: v4.3.5
|
rev: v4.3.5
|
||||||
hooks:
|
hooks:
|
||||||
- id: ansible-lint
|
- id: ansible-lint
|
||||||
# files: molecule/default/playbook.yml
|
# files: molecule/default/playbook.yml
|
||||||
|
|
||||||
# Terraform hooks
|
# Terraform hooks
|
||||||
- repo: https://github.com/antonbabenko/pre-commit-terraform.git
|
- repo: https://github.com/antonbabenko/pre-commit-terraform
|
||||||
rev: v1.43.0
|
rev: v1.43.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: terraform_fmt
|
- id: terraform_fmt
|
||||||
|
|
Loading…
Reference in a new issue