Skip to content

Commit 33fcefb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 6.1.0 → 7.0.0](PyCQA/isort@6.1.0...7.0.0) - [github.com/tox-dev/pyproject-fmt: v2.7.0 → v2.11.0](tox-dev/pyproject-fmt@v2.7.0...v2.11.0) - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.1](astral-sh/ruff-pre-commit@v0.13.3...v0.14.1) - [github.com/mgedmin/check-manifest: 0.50 → 0.51](mgedmin/check-manifest@0.50...0.51)
1 parent 6d4db8d commit 33fcefb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
- id: mixed-line-ending
1515

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

@@ -24,17 +24,17 @@ repos:
2424
- id: black
2525

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

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

3636
- repo: https://github.com/mgedmin/check-manifest
37-
rev: "0.50"
37+
rev: "0.51"
3838
hooks:
3939
- id: check-manifest
4040
args: [--no-build-isolation]

0 commit comments

Comments
 (0)