Skip to content

Commit 5559e8f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/tox-dev/pyproject-fmt: v2.5.0 → v2.5.1](tox-dev/pyproject-fmt@v2.5.0...v2.5.1) - [github.com/astral-sh/ruff-pre-commit: v0.9.3 → v0.9.9](astral-sh/ruff-pre-commit@v0.9.3...v0.9.9)
1 parent 3606d58 commit 5559e8f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,22 @@ repos:
1414
- id: mixed-line-ending
1515

1616
- repo: https://github.com/PyCQA/isort
17-
rev: 5.13.2
17+
rev: 6.0.1
1818
hooks:
1919
- id: isort
2020

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

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

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

0 commit comments

Comments
 (0)