Skip to content

Commit 8a2654f

Browse files
⬆️ auto update by pre-commit hooks (#25)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 3e92bb8 commit 8a2654f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,30 @@ 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.2
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/pre-commit/mirrors-prettier
2929
rev: v4.0.0-alpha.8
3030
hooks:
3131
- id: prettier
3232
types_or: [javascript, jsx, ts, tsx, markdown, yaml, json]
33-
stages: [commit]
33+
stages: [pre-commit]
3434

3535
- repo: https://github.com/nonebot/nonemoji
3636
rev: v0.1.4

0 commit comments

Comments
 (0)