Update pre-commit hooks

This commit is contained in:
Ayaz Salikhov
2022-08-22 14:19:48 +04:00
parent 0fd68f0e6a
commit e53d73bddf

View File

@@ -52,7 +52,7 @@ repos:
# Autoformat: YAML, JSON, Markdown, etc.
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.7.1
rev: v3.0.0-alpha.0
hooks:
- id: prettier
@@ -102,7 +102,7 @@ repos:
# Lint: Markdown
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.32.1
rev: v0.32.2
hooks:
- id: markdownlint
args: ["--fix"]