Merge pull request #5934 from jbampton/rake-checkupdate

Run `rake checkupdate`
This commit is contained in:
Yukihiro "Matz" Matsumoto
2023-02-25 09:26:26 +09:00
committed by GitHub
+2 -2
View File
@@ -28,7 +28,7 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.3.1
rev: v1.4.2
hooks:
- id: forbid-tabs
exclude: Makefile$|Makefile\..+$|makefile$|\.mk$
@@ -58,7 +58,7 @@ repos:
types: [markdown]
files: \.(md|mdown|markdown)$
- repo: https://github.com/adrienverge/yamllint
rev: v1.28.0
rev: v1.29.0
hooks:
- id: yamllint
name: Run yamllint