diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-12-28 16:19:14 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-12-28 16:19:14 +0900 |
| commit | 8933a6fcbfb05d087868041d67a20df5d965ad13 (patch) | |
| tree | 0cb6cf700c3e40e5f8a01166585005d16e4659c5 | |
| parent | 6de0fcbda21e7c4e75a12378e64630f8517ee9c9 (diff) | |
| parent | 69affd6983494e3b92e1e40e26fa8c5afedec2ee (diff) | |
| download | mruby-8933a6fcbfb05d087868041d67a20df5d965ad13.tar.gz mruby-8933a6fcbfb05d087868041d67a20df5d965ad13.zip | |
Merge pull request #5615 from jbampton/pre-commit-autoupdate
pre-commit autoupdate
| -rw-r--r-- | .pre-commit-config.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f260b5138..266f88c83 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: identity - id: check-hooks-apply - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.1.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -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.29.0 + rev: v0.30.0 hooks: - id: markdownlint name: Run markdownlint |
