🔧 更新 pre-commit 配置

This commit is contained in:
2024-08-12 19:14:09 +08:00
parent f035b844ab
commit eebbd08551

View File

@@ -2,12 +2,12 @@ default_install_hook_types: [pre-commit, prepare-commit-msg]
ci:
autofix_commit_msg: ':rotating_light: auto fix by pre-commit hooks'
autofix_prs: true
autoupdate_branch: master
autoupdate_schedule: monthly
autoupdate_branch: main
autoupdate_schedule: weekly
autoupdate_commit_msg: ':arrow_up: auto update by pre-commit hooks'
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.10
rev: v0.5.7
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]