Skip to content

Commit

Permalink
remove pre-commit.ci update
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Aug 24, 2024
1 parent 7e53070 commit f93dd6e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
ci:
autoupdate_schedule: monthly
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.2
Expand Down

2 comments on commit f93dd6e

@webknjaz
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@davidism you know this will still send auto-updates with the default schedule, right? I wonder if using branch protection / rule sets with the Locked checkbox can help disable it...

@davidism
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well that's disappointing to find out, but I looked it up and the reason makes sense (the more outdated versions there are, the bigger the service's shared cache becomes). Looks like there's a pre-commit-lite action as well that only does the checks/fixes, not the update.

Please sign in to comment.