Skip to content

Commit c608c10

Browse files
[pre-commit.ci] pre-commit autoupdate (#274)
updates: - [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0) - [github.com/tox-dev/pyproject-fmt: 2.1.4 → 2.2.1](tox-dev/pyproject-fmt@2.1.4...2.2.1) - [github.com/astral-sh/ruff-pre-commit: v0.5.5 → v0.5.6](astral-sh/ruff-pre-commit@v0.5.5...v0.5.6) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0c5bc5b commit c608c10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ repos:
1919
- id: isort
2020

2121
- repo: https://github.com/psf/black
22-
rev: 24.4.2
22+
rev: 24.8.0
2323
hooks:
2424
- id: black
2525

2626
- repo: https://github.com/tox-dev/pyproject-fmt
27-
rev: 2.1.4
27+
rev: 2.2.1
2828
hooks:
2929
- id: pyproject-fmt
3030

3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: v0.5.5
32+
rev: v0.5.6
3333
hooks:
3434
- id: ruff
3535

0 commit comments

Comments
 (0)