We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03403c2 commit 4da0a89Copy full SHA for 4da0a89
1 file changed
.pre-commit-config.yaml
@@ -4,6 +4,11 @@
4
# Or to run every time you commit: pre-commit install
5
# To update this file: pre-commit autoupdate
6
7
+ci:
8
+ autoupdate_commit_msg: "chore(deps): update pre-commit hooks"
9
+ autofix_commit_msg: "style: pre-commit fixes"
10
+ autoupdate_schedule: monthly
11
+
12
repos:
13
14
# Standard hooks
0 commit comments