1
0
Fork 0
mirror of https://github.com/cisagov/log4j-affected-db.git synced 2024-11-22 00:20:47 +00:00

Update pre-commit hook versions

This was done using `pre-commit autoupdate`.
This commit is contained in:
Nicholas McDonnell 2021-12-15 15:27:39 -05:00
parent 42663be1d0
commit 6ec697e5f1
No known key found for this signature in database
GPG key ID: 7994ADE2A56BE5D1

View file

@ -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