diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-07-28 23:08:10 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-28 23:08:10 +0900 |
| commit | 9dd3e23fc9301749b2750dc71235f3ebea449ad3 (patch) | |
| tree | 5d79ff060f65e10af55c47f1e7400b68370f9118 /.pre-commit-config.yaml | |
| parent | 1f1dca17465014bb0e1d9124ce381b199c1a4765 (diff) | |
| parent | cbd54782c6000e1f677fee547a43422d57c7bca5 (diff) | |
| download | mruby-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.yaml | 2 |
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 |
