We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 360c774 commit 6a64213Copy full SHA for 6a64213
1 file changed
.pre-commit-config.yaml
@@ -38,3 +38,14 @@ repos:
38
- id: check-yaml
39
exclude: *exclude_robocup_protocol
40
- id: detect-private-key
41
+ci:
42
+ autofix_commit_msg: |
43
+ [pre-commit.ci] auto fixes from pre-commit.com hooks
44
+
45
+ for more information, see https://pre-commit.ci
46
+ autofix_prs: true
47
+ autoupdate_branch: ''
48
+ autoupdate_commit_msg: '[pre-commit.ci] pre-commit autoupdate'
49
+ autoupdate_schedule: weekly
50
+ skip: []
51
+ submodules: false
0 commit comments