From eebbd0855181af526a9dd6ca5f8a56fd2f2fbed6 Mon Sep 17 00:00:00 2001 From: shoucandanghehe Date: Mon, 12 Aug 2024 19:14:09 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20=E6=9B=B4=E6=96=B0=20pre-commit?= =?UTF-8?q?=20=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 39eca01..af20a82 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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]