Merge pull request #6017 from jbampton/standardize-pre-commit-config

Standardize the `pre-commit` config
This commit is contained in:
Yukihiro "Matz" Matsumoto
2023-06-13 15:44:51 +09:00
committed by GitHub
+4
View File
@@ -61,7 +61,11 @@ repos:
rev: v3.11.2
hooks:
- id: markdown-link-check
name: Run markdown-link-check
description: Checks hyperlinks in Markdown files
args: [-q]
types: [markdown]
files: \.(md|mdown|markdown)$
- repo: https://github.com/adrienverge/yamllint
rev: v1.31.0
hooks: