Skip to content

Commit 0cc7419

Browse files
⬆️ auto update by pre-commit hooks (#78)
updates: - [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.3 → v0.7.2](astral-sh/ruff-pre-commit@v0.6.3...v0.7.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 2bb8c1a commit 0cc7419

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
@@ -10,17 +10,17 @@ repos:
1010
rev: 5.13.2
1111
hooks:
1212
- id: isort
13-
stages: [commit]
13+
stages: [pre-commit]
1414

1515
- repo: https://github.com/psf/black
16-
rev: 24.8.0
16+
rev: 24.10.0
1717
hooks:
1818
- id: black
19-
stages: [commit]
19+
stages: [pre-commit]
2020

2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.6.3
22+
rev: v0.7.2
2323
hooks:
2424
- id: ruff
2525
args: [--fix, --exit-non-zero-on-fix]
26-
stages: [commit]
26+
stages: [pre-commit]

0 commit comments

Comments
 (0)