summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2021-06-22 13:13:13 +0900
committerGitHub <[email protected]>2021-06-22 13:13:13 +0900
commit40ca240c4cd863f9be2ca9a00cffdb1443750453 (patch)
tree527f74f5c14471126d71021a98311a7b74512fe9
parent8416e706ba1758e6d0f85adf0f2b3510ce711862 (diff)
parent34b8dc211d67fe77e630657d54ef9cf6fc1650ca (diff)
downloadmruby-40ca240c4cd863f9be2ca9a00cffdb1443750453.tar.gz
mruby-40ca240c4cd863f9be2ca9a00cffdb1443750453.zip
Merge pull request #5489 from jbampton/pre-commit-autoupdate
pre-commit autoupdate
-rw-r--r--.pre-commit-config.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index c4821ba62..e7887aba9 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: v3.4.0
+ rev: v4.0.1
hooks:
- id: check-added-large-files
- id: check-case-conflict
@@ -30,7 +30,7 @@ repos:
# - id: forbid-tabs
# - id: remove-tabs
- repo: https://github.com/codespell-project/codespell
- rev: v2.0.0
+ rev: v2.1.0
hooks:
- id: codespell
name: Run codespell