Skip to content

Commit ac212b0

Browse files
⬆️ auto update by pre-commit hooks (#23)
updates: - [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ea60f12 commit ac212b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ repos:
1111
hooks:
1212
- id: pycln
1313
args: [--config, pyproject.toml]
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)