Skip to content

Commit 1b97041

Browse files
authored
⬆️ upgrade dependencies
1 parent 7a745ac commit 1b97041

File tree

3 files changed

+552
-512
lines changed

3 files changed

+552
-512
lines changed

Diff for: .pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,23 @@ ci:
77
autoupdate_commit_msg: ":arrow_up: auto update by pre-commit hooks"
88
repos:
99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.6.3
10+
rev: v0.7.1
1111
hooks:
1212
- id: ruff
1313
args: [--fix, --exit-non-zero-on-fix]
14-
stages: [commit]
14+
stages: [pre-commit]
1515

1616
- repo: https://github.com/pycqa/isort
1717
rev: 5.13.2
1818
hooks:
1919
- id: isort
20-
stages: [commit]
20+
stages: [pre-commit]
2121

2222
- repo: https://github.com/psf/black
23-
rev: 24.8.0
23+
rev: 24.10.0
2424
hooks:
2525
- id: black
26-
stages: [commit]
26+
stages: [pre-commit]
2727

2828
- repo: https://github.com/nonebot/nonemoji
2929
rev: v0.1.4

0 commit comments

Comments
 (0)