Update pre-commit hook versions

This was done using `pre-commit autoupdate`.
pull/113/head
Nicholas McDonnell 2 years ago
parent 42663be1d0
commit 6ec697e5f1
No known key found for this signature in database
GPG Key ID: 7994ADE2A56BE5D1
  1. 4
      .pre-commit-config.yaml

@ -31,13 +31,13 @@ repos:
# Text file hooks
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.29.0
rev: v0.30.0
hooks:
- id: markdownlint
args:
- --config=.mdl_config.yaml
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.4.1
rev: v2.5.1
hooks:
- id: prettier
- repo: https://github.com/adrienverge/yamllint

Loading…
Cancel
Save