diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-10-12 20:16:18 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-12 20:16:18 +0900 |
| commit | c6df4bf9a827a17f211f090dd734707cf88d38c0 (patch) | |
| tree | a65304819cf5d99329e947c92ace638c6a64cd42 | |
| parent | 8e5d89df7f7ef827bc410f331c20da57c5bd3c72 (diff) | |
| parent | 843d3d4e41b5d8b784d4dfc3880c91b1ad2d12b8 (diff) | |
| download | mruby-c6df4bf9a827a17f211f090dd734707cf88d38c0.tar.gz mruby-c6df4bf9a827a17f211f090dd734707cf88d38c0.zip | |
Merge pull request #5557 from jbampton/pre-commit-autoupdate
pre-commit autoupdate
| -rw-r--r-- | .pre-commit-config.yaml | 2 |
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 |
