summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2021-08-26 11:11:04 +0900
committerGitHub <[email protected]>2021-08-26 11:11:04 +0900
commitd00ae8d1666ae466a24b56ef35f18b4d66e80c62 (patch)
tree05aca174a5058ad61176220cb9bdbd028cf33c0a
parentb8b86d197633e79cf2d1f6b9c31db06852c6c2b6 (diff)
parentdb884a05e845d2a0a0e13bf079f8542b16a21680 (diff)
downloadmruby-d00ae8d1666ae466a24b56ef35f18b4d66e80c62.tar.gz
mruby-d00ae8d1666ae466a24b56ef35f18b4d66e80c62.zip
Merge pull request #5538 from jbampton/pre-commit-autoupdate
pre-commit autoupdate
-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 4f940bdf7..6aaf2a261 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -48,7 +48,7 @@ repos:
types: [markdown]
files: \.(md|mdown|markdown)$
- repo: https://github.com/adrienverge/yamllint
- rev: v1.26.2
+ rev: v1.26.3
hooks:
- id: yamllint
name: Run yamllint