Skip to content

Commit

Permalink
Merge pull request #13 from trussworks/fix-pre-commit-v3
Browse files Browse the repository at this point in the history
fix pre-commit
  • Loading branch information
ralren authored May 4, 2022
2 parents 890552e + b88b69a commit e0f08af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
repos:
- repo: git://github.com/pre-commit/pre-commit-hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
hooks:
- id: check-json
Expand All @@ -11,12 +11,12 @@ repos:
- --autofix
- id: trailing-whitespace

- repo: git://github.com/igorshubovych/markdownlint-cli
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.26.0
hooks:
- id: markdownlint

- repo: git://github.com/antonbabenko/pre-commit-terraform
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.45.0
hooks:
- id: terraform_docs
Expand Down

0 comments on commit e0f08af

Please sign in to comment.