Skip to content

Commit c9a5bde

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/tox-dev/pyproject-fmt: v2.6.0 → v2.11.0](tox-dev/pyproject-fmt@v2.6.0...v2.11.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.10 → v0.14.2](astral-sh/ruff-pre-commit@v0.12.10...v0.14.2)
1 parent d2eb66a commit c9a5bde

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
@@ -12,7 +12,7 @@ repos:
1212
- id: mixed-line-ending
1313

1414
- repo: https://github.com/PyCQA/isort
15-
rev: 6.0.1
15+
rev: 7.0.0
1616
hooks:
1717
- id: isort
1818
files: >-
@@ -23,8 +23,8 @@ repos:
2323
tests/
2424
)
2525
26-
- repo: https://github.com/psf/black
27-
rev: 25.1.0
26+
- repo: https://github.com/psf/black-pre-commit-mirror
27+
rev: 25.9.0
2828
hooks:
2929
- id: black
3030
files: >-
@@ -36,12 +36,12 @@ repos:
3636
)
3737
3838
- repo: https://github.com/tox-dev/pyproject-fmt
39-
rev: v2.6.0
39+
rev: v2.11.0
4040
hooks:
4141
- id: pyproject-fmt
4242

4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: v0.12.10
44+
rev: v0.14.2
4545
hooks:
4646
- id: ruff
4747

0 commit comments

Comments
 (0)