Skip to content

Commit f9c5fd8

Browse files
github-actionsgithub-actions[bot]
authored andcommitted
chore: sync files
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8dd4133 commit f9c5fd8

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.markdownlint.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ MD041: false
1414
MD045: false
1515
MD046: false
1616
MD049: false
17+
MD059: false

.pre-commit-config-optional.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ci:
1111

1212
repos:
1313
- repo: https://github.com/tcort/markdown-link-check
14-
rev: v3.12.2
14+
rev: v3.13.7
1515
hooks:
1616
- id: markdown-link-check
1717
args: [--quiet, --config=.markdown-link-check.json]

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ repos:
6262
- id: shellcheck
6363

6464
- repo: https://github.com/scop/pre-commit-shfmt
65-
rev: v3.11.0-1
65+
rev: v3.12.0-2
6666
hooks:
6767
- id: shfmt
6868
args: [-w, -s, -i=4]
@@ -79,7 +79,7 @@ repos:
7979
args: [--line-length=100]
8080

8181
- repo: https://github.com/pre-commit/mirrors-clang-format
82-
rev: v20.1.7
82+
rev: v20.1.8
8383
hooks:
8484
- id: clang-format
8585
types_or: [c++, c, cuda]
@@ -92,7 +92,7 @@ repos:
9292
exclude: .cu
9393

9494
- repo: https://github.com/python-jsonschema/check-jsonschema
95-
rev: 0.33.1
95+
rev: 0.33.2
9696
hooks:
9797
- id: check-metaschema
9898
files: ^.+/schema/.*schema\.json$

0 commit comments

Comments
 (0)