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 b4323f1 + ebbf173 commit 2c0625b
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,19 +1,19 @@
repos:

- repo: git://github.com/pre-commit/pre-commit-hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
hooks:
- id: check-json
- id: check-yaml
- id: trailing-whitespace

- repo: git://github.com/igorshubovych/markdownlint-cli
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.23.2
hooks:
- id: markdownlint
entry: markdownlint --ignore .github/*.md

- repo: git://github.com/trussworks/pre-commit-hooks
- repo: https://github.com/trussworks/pre-commit-hooks
rev: v1.0.0
hooks:
- id: markdown-toc
Expand Down

0 comments on commit 2c0625b

Please sign in to comment.