Skip to content

Commit

Permalink
Update pre-commit auto update schedule (#1536)
Browse files Browse the repository at this point in the history
By default pre-commit auto updates it's linters weekly[1].  This seems a big
too aggressive so we are changing it to monthly.

[1] https://pre-commit.ci/#configuration-autoupdate_schedule
  • Loading branch information
zaro0508 authored Nov 25, 2024
1 parent d5b6425 commit b7376f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
ci:
autoupdate_schedule: monthly

default_language_version:
python: python3

Expand Down

0 comments on commit b7376f9

Please sign in to comment.