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.
pre-commit.ci
1 parent eb87f1d commit 1b8a4c3Copy full SHA for 1b8a4c3
.pre-commit-config.yaml
@@ -75,3 +75,14 @@ repos:
75
# --line-length is set to a high value to deal with very long lines
76
- --line-length
77
- '99999'
78
+ci:
79
+ autofix_commit_msg: |
80
+ [pre-commit.ci] auto fixes from pre-commit.com hooks
81
+
82
+ for more information, see https://pre-commit.ci
83
+ autofix_prs: true
84
+ autoupdate_branch: ''
85
+ autoupdate_commit_msg: '[pre-commit.ci] pre-commit autoupdate'
86
+ autoupdate_schedule: weekly
87
+ skip: []
88
+ submodules: false
0 commit comments