summaryrefslogtreecommitdiffhomepage
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2021-07-28 23:08:10 +0900
committerGitHub <[email protected]>2021-07-28 23:08:10 +0900
commit9dd3e23fc9301749b2750dc71235f3ebea449ad3 (patch)
tree5d79ff060f65e10af55c47f1e7400b68370f9118 /.pre-commit-config.yaml
parent1f1dca17465014bb0e1d9124ce381b199c1a4765 (diff)
parentcbd54782c6000e1f677fee547a43422d57c7bca5 (diff)
downloadmruby-9dd3e23fc9301749b2750dc71235f3ebea449ad3.tar.gz
mruby-9dd3e23fc9301749b2750dc71235f3ebea449ad3.zip
Merge pull request #5518 from jbampton/pre-commit-autoupdate
pre-commit autoupdate
Diffstat (limited to '.pre-commit-config.yaml')
-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 933324ae5..f5437d586 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.27.1
+ rev: v0.28.1
hooks:
- id: markdownlint
name: Run markdownlint