diff --git a/.github/linters/.markdown-lint.yml b/.github/linters/.markdown-lint.yml index 180c907..66b3ac6 100644 --- a/.github/linters/.markdown-lint.yml +++ b/.github/linters/.markdown-lint.yml @@ -24,3 +24,6 @@ MD040: false # MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading MD041: false + +# MD059/descriptive-link-text Link text should be descriptive +MD059: false diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3800113..169e7ed 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -36,7 +36,7 @@ repos: entry: codespell --ignore-words=codespell.txt exclude: ^_site/.*$|^vendor/.*$ - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.44.0 + rev: v0.45.0 hooks: - id: markdownlint name: Run markdownlint @@ -49,7 +49,7 @@ repos: args: ["-q", "-c", ".markdown-link-check.json"] files: ^(?!.*(network|blog|index)\.md$).*\.md$ - repo: https://github.com/adrienverge/yamllint - rev: v1.37.0 + rev: v1.37.1 hooks: - id: yamllint name: Check YAML files with yamllint