Skip to content

Commit 9348d3c

Browse files
authored
CI: Let pre-commit update itself weekly (#186)
Instead of the custom GitHub Actions workflow, pre-commit.ci can actually update itself weekly. This commit removes the custom GHA workflow and specify the weekly update cycle explicitly (both were already default values). This reduces maintenance.
1 parent 80a2bac commit 9348d3c

File tree

2 files changed

+4
-28
lines changed

2 files changed

+4
-28
lines changed

.github/workflows/pre-commit-update.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
ci:
2+
autoupdate_schedule: 'weekly'
3+
autofix_prs: true
4+
15
repos:
26
- repo: https://github.com/psf/black
37
rev: 22.8.0

0 commit comments

Comments
 (0)