We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77c1a3f commit a32cae1Copy full SHA for a32cae1
.pre-commit-config-optional.yaml
@@ -2,6 +2,13 @@
2
# https://github.com/autowarefoundation/sync-file-templates
3
# To make changes, update the source repository and follow the guidelines in its README.
4
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
+
12
repos:
13
- repo: https://github.com/tcort/markdown-link-check
14
rev: v3.12.2
0 commit comments