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.
pull/113/head
Nicholas McDonnell 3 years ago
parent 2d6bf50eab
commit 5115baee52
No known key found for this signature in database
GPG Key ID: 7994ADE2A56BE5D1
  1. 4
      .pre-commit-config.yaml

@ -80,14 +80,14 @@ repos:
- id: pyupgrade
# Ansible hooks
- repo: https://github.com/ansible/ansible-lint.git
- repo: https://github.com/ansible/ansible-lint
rev: v4.3.5
hooks:
- id: ansible-lint
# files: molecule/default/playbook.yml
# Terraform hooks
- repo: https://github.com/antonbabenko/pre-commit-terraform.git
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.43.0
hooks:
- id: terraform_fmt

Loading…
Cancel
Save