diff --git a/.markdownlint.yaml b/.markdownlint.yaml index 584154b..3f0ffd4 100644 --- a/.markdownlint.yaml +++ b/.markdownlint.yaml @@ -14,3 +14,4 @@ MD041: false MD045: false MD046: false MD049: false +MD059: false diff --git a/.pre-commit-config-optional.yaml b/.pre-commit-config-optional.yaml index f0b5bdb..8e753b9 100644 --- a/.pre-commit-config-optional.yaml +++ b/.pre-commit-config-optional.yaml @@ -11,7 +11,7 @@ ci: repos: - repo: https://github.com/tcort/markdown-link-check - rev: v3.12.2 + rev: v3.13.7 hooks: - id: markdown-link-check args: [--quiet, --config=.markdown-link-check.json] diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9ac2086..c9cd587 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -62,7 +62,7 @@ repos: - id: shellcheck - repo: https://github.com/scop/pre-commit-shfmt - rev: v3.11.0-1 + rev: v3.12.0-2 hooks: - id: shfmt args: [-w, -s, -i=4] @@ -79,7 +79,7 @@ repos: args: [--line-length=100] - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v20.1.7 + rev: v20.1.8 hooks: - id: clang-format types_or: [c++, c, cuda] @@ -92,7 +92,7 @@ repos: exclude: .cu - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.33.1 + rev: 0.33.2 hooks: - id: check-metaschema files: ^.+/schema/.*schema\.json$