Skip to content

Commit

Permalink
fix(python): set pre-commit autoupdate schedule to monthly
Browse files Browse the repository at this point in the history
I find weekly updates create a lot of busy work, especially with many
repos using the same cadence. Monthly seems like a nicer default.
  • Loading branch information
ahal committed Mar 29, 2024
1 parent 6d5b6d6 commit 25afb0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
ci:
autofix_commit_msg: 'style: pre-commit.ci auto fixes [...]'
autoupdate_commit_msg: 'chore: pre-commit autoupdate'
autoupdate_schedule: monthly
repos:
- hooks:
- id: trailing-whitespace
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
ci:
autofix_commit_msg: "style: pre-commit.ci auto fixes [...]"
autoupdate_commit_msg: "chore: pre-commit autoupdate"
autoupdate_schedule: monthly
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
Expand Down

0 comments on commit 25afb0e

Please sign in to comment.