Skip to content
This repository was archived by the owner on Oct 19, 2025. It is now read-only.

Commit d08a3e6

Browse files
Update all non-major dependencies
1 parent e513820 commit d08a3e6

4 files changed

Lines changed: 130 additions & 108 deletions

File tree

.github/workflows/check_format_autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
with:
1515
python-version: 3.x
1616
- uses: pre-commit/action@v3.0.1
17-
- uses: pre-commit-ci/lite-action@v1.0.2
17+
- uses: pre-commit-ci/lite-action@v1.1.0
1818
if: always()

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ ci:
77
autoupdate_commit_msg: ":arrow_up: 自动更新"
88
repos:
99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.4.8
10+
rev: v0.9.6
1111
hooks:
1212
- id: ruff
1313
args: [--fix, --exit-non-zero-on-fix]
1414
stages: [commit]
1515

1616
- repo: https://github.com/psf/black
17-
rev: 24.4.2
17+
rev: 24.10.0
1818
hooks:
1919
- id: black
2020
stages: [commit]

0 commit comments

Comments
 (0)