Skip to content

Commit 103a69f

Browse files
⬆️ auto update by pre-commit hooks (#41)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.3 → v0.6.9](astral-sh/ruff-pre-commit@v0.6.3...v0.6.9) - [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 dcdc6ba commit 103a69f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
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.6.9
1111
hooks:
1212
- id: ruff
1313
args: [--fix, --exit-non-zero-on-fix]
14-
stages: [commit]
14+
stages: [Nonepre-commitNone]
1515

1616
- repo: https://github.com/pycqa/isort
1717
rev: 5.13.2
1818
hooks:
1919
- id: isort
20-
stages: [commit]
20+
stages: [Nonepre-commitNone]
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: [Nonepre-commitNone]
2727

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

0 commit comments

Comments
 (0)