Skip to content

Commit 148d49d

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

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.pre-commit-config-optional.yaml

+8-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,16 @@
22
# https://github.com/autowarefoundation/sync-file-templates
33
# To make changes, update the source repository and follow the guidelines in its README.
44

5+
# https://pre-commit.ci/#configuration
6+
ci:
7+
autofix_commit_msg: "style(pre-commit-optional): autofix"
8+
# we already have our own daily update mechanism, we set this to quarterly
9+
autoupdate_schedule: quarterly
10+
autoupdate_commit_msg: "ci(pre-commit-optional): quarterly autoupdate"
11+
512
repos:
613
- repo: https://github.com/tcort/markdown-link-check
7-
rev: v3.13.6
14+
rev: v3.12.2
815
hooks:
916
- id: markdown-link-check
1017
args: [--quiet, --config=.markdown-link-check.json]

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ repos:
7474
args: [--line-length=100]
7575

7676
- repo: https://github.com/pre-commit/mirrors-clang-format
77-
rev: v19.1.4
77+
rev: v19.1.5
7878
hooks:
7979
- id: clang-format
8080
types_or: [c++, c, cuda]

0 commit comments

Comments
 (0)