Skip to content

Commit

Permalink
chore: auto update by pre-commit hooks (#192)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and he0119 authored Oct 21, 2023
1 parent 06b0684 commit cef7b99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit cef7b99

Please sign in to comment.