diff --git a/.markdownlint-cli2.yaml b/.markdownlint-cli2.yaml index d4e416e1..bb02ec21 100644 --- a/.markdownlint-cli2.yaml +++ b/.markdownlint-cli2.yaml @@ -27,6 +27,10 @@ config: # fenced code block should be allowed depending on the use case. code-block-style: false + # MD024/no-duplicate-heading: Multiple headings with the same content + # Used in CHANGELOG.md + no-duplicate-heading: false + # MD026/no-trailing-punctuation: Trailing punctuation in heading # Used in README.md no-trailing-punctuation: false diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6e6aede7..d992e542 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ default_stages: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-case-conflict - id: check-json @@ -25,13 +25,13 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.5.0 + rev: v9.10.0 hooks: - id: commitlint stages: - commit-msg - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.10.0 + rev: v0.11.0 hooks: - id: markdownlint-cli2 - repo: https://github.com/shellcheck-py/shellcheck-py @@ -44,12 +44,12 @@ repos: - id: codespell args: [--ignore-words=.codespellignore] - repo: https://github.com/sirosen/check-jsonschema - rev: 0.27.0 + rev: 0.27.3 hooks: - id: check-github-actions - id: check-github-workflows - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.3 + rev: v3.1.0 hooks: - id: prettier types_or: