Skip to content

Commit cef7b99

Browse files
chore: auto update by pre-commit hooks (#192)
* chore: auto update by pre-commit hooks updates: - [github.com/astral-sh/ruff-pre-commit: v0.0.291 → v0.0.292](astral-sh/ruff-pre-commit@v0.0.291...v0.0.292) * 降低检查更新的频率 --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: uy/sun <hmy0119@gmail.com>
1 parent 06b0684 commit cef7b99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ ci:
22
autofix_commit_msg: "style: auto fix by pre-commit hooks"
33
autofix_prs: true
44
autoupdate_branch: main
5-
autoupdate_schedule: weekly
5+
autoupdate_schedule: quarterly
66
autoupdate_commit_msg: "chore: auto update by pre-commit hooks"
77
repos:
88
- repo: https://github.com/astral-sh/ruff-pre-commit
9-
rev: v0.0.291
9+
rev: v0.0.292
1010
hooks:
1111
- id: ruff
1212
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)