diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c00f5560..5792742c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,11 +2,11 @@ ci: autofix_commit_msg: "style: auto fix by pre-commit hooks" autofix_prs: true autoupdate_branch: main - autoupdate_schedule: weekly + autoupdate_schedule: quarterly autoupdate_commit_msg: "chore: auto update by pre-commit hooks" repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.0.291 + rev: v0.0.292 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]