Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Configure monthly autoupdate for pre-commit hooks
Set pre-commit hooks to autoupdate monthly.
  • Loading branch information
cclauss authored Jan 26, 2026
commit b770469cbe0f311a6776fc54f26e97c5735289a8
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# `pipx install pre-commit` or `brew install pre-commit`
# Then in the project root directory run `pre-commit install`

ci:
autoupdate_schedule: monthly

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0
Expand Down