Merge pull request #6189 from jbampton/pre-commit-autoupdate

pre-commit autoupdate
This commit is contained in:
Yukihiro "Matz" Matsumoto
2024-03-04 12:59:42 +09:00
committed by GitHub
+3 -3
View File
@@ -32,7 +32,7 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.4
rev: v1.5.5
hooks:
- id: forbid-tabs
exclude: Makefile$|Makefile\..+$|makefile$|\.mk$
@@ -58,7 +58,7 @@ repos:
- id: prettier
exclude: ^doc/internal/opcode\.md$
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.38.0
rev: v0.39.0
hooks:
- id: markdownlint
name: Run markdownlint
@@ -76,7 +76,7 @@ repos:
types: [markdown]
files: \.(md|mdown|markdown)$
- repo: https://github.com/adrienverge/yamllint
rev: v1.33.0
rev: v1.35.1
hooks:
- id: yamllint
name: Run yamllint