Skip to content

Commit 1b8a4c3

Browse files
authored
Add pre-commit.ci to the CI (#665)
1 parent eb87f1d commit 1b8a4c3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.pre-commit-config.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,14 @@ repos:
7575
# --line-length is set to a high value to deal with very long lines
7676
- --line-length
7777
- '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

Comments
 (0)