summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2021-10-12 20:16:18 +0900
committerGitHub <[email protected]>2021-10-12 20:16:18 +0900
commitc6df4bf9a827a17f211f090dd734707cf88d38c0 (patch)
treea65304819cf5d99329e947c92ace638c6a64cd42
parent8e5d89df7f7ef827bc410f331c20da57c5bd3c72 (diff)
parent843d3d4e41b5d8b784d4dfc3880c91b1ad2d12b8 (diff)
downloadmruby-c6df4bf9a827a17f211f090dd734707cf88d38c0.tar.gz
mruby-c6df4bf9a827a17f211f090dd734707cf88d38c0.zip
Merge pull request #5557 from jbampton/pre-commit-autoupdate
pre-commit autoupdate
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 6aaf2a261..f260b5138 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -39,7 +39,7 @@ repos:
description: Check spelling with codespell
entry: codespell --ignore-words=codespell.txt
- repo: https://github.com/igorshubovych/markdownlint-cli
- rev: v0.28.1
+ rev: v0.29.0
hooks:
- id: markdownlint
name: Run markdownlint