We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d083d85 commit 0d74ae7Copy full SHA for 0d74ae7
β.pre-commit-config.yamlβ
@@ -173,7 +173,4 @@ repos:
173
exclude: .pre-commit-config.yaml
174
175
ci:
176
- autoupdate_commit_msg: 'chore: update pre-commit hooks'
177
- autofix_commit_msg: 'style: pre-commit fixes'
178
- skip: []
179
autoupdate_schedule: quarterly
βproject_name/.pre-commit-config.yaml.jinjaβ
@@ -7,9 +7,7 @@ exclude: "^$\
7
# pre-commit.ci config
8
9
# TODO: enable pre-commit.ci repository access
10
- autoupdate_commit_msg: '[pre-commit.ci] chore: update pre-commit hooks'
11
- autofix_commit_msg: '[pre-commit.ci] style: pre-commit fixes'
12
+ autoupdate_commit_msg: '[pre-commit.ci] π§ pre-commit autoupdate'
13
14
15
repos:
0 commit comments