Skip to content

Commit 0d74ae7

Browse files
committed
πŸ“¦πŸ”§ Use default pre-commit CI commit messages
1 parent d083d85 commit 0d74ae7

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

β€Ž.pre-commit-config.yamlβ€Ž

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,4 @@ repos:
173173
exclude: .pre-commit-config.yaml
174174

175175
ci:
176-
autoupdate_commit_msg: 'chore: update pre-commit hooks'
177-
autofix_commit_msg: 'style: pre-commit fixes'
178-
skip: []
179176
autoupdate_schedule: quarterly

β€Žproject_name/.pre-commit-config.yaml.jinjaβ€Ž

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ exclude: "^$\
77
# pre-commit.ci config
88
ci:
99
# 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-
skip: []
10+
autoupdate_commit_msg: '[pre-commit.ci] πŸ”§ pre-commit autoupdate'
1311
autoupdate_schedule: quarterly
1412

1513
repos:

0 commit comments

Comments
Β (0)