Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ci:
# pyosMeta disables autofixing of PRs to simplify new contributor experience and cleaner git history
autofix_prs: false
# Frequency of hook updates
autoupdate_schedule: weekly
autoupdate_schedule: quarterly

repos:
# Out of the box hooks for pre-commit https://github.com/pre-commit/pre-commit-hooks
Expand Down Expand Up @@ -50,6 +50,6 @@ repos:

# Ensure GitHub workflows match the expected schema.
- repo: https://github.com/sirosen/check-jsonschema
rev: 0.29.3
rev: 0.29.4
hooks:
- id: check-github-workflows
Loading