Skip to content

Commit 0fe855b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.2](asottile/pyupgrade@v3.20.0...v3.21.2) - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.10](astral-sh/ruff-pre-commit@v0.13.3...v0.14.10) - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.12.0](psf/black-pre-commit-mirror@25.9.0...25.12.0) - [github.com/pycqa/isort: 6.1.0 → 7.0.0](PyCQA/isort@6.1.0...7.0.0)
1 parent 0a2c5d8 commit 0fe855b

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
@@ -29,29 +29,29 @@ repos:
2929
- id: rst-inline-touching-normal
3030

3131
- repo: https://github.com/asottile/pyupgrade
32-
rev: v3.20.0
32+
rev: v3.21.2
3333
hooks:
3434
- id: pyupgrade
3535
args:
3636
- "--py311-plus"
3737

3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: "v0.13.3"
39+
rev: "v0.14.10"
4040
hooks:
4141
- id: ruff-check
4242
args:
4343
- --fix-only
4444
- --target-version=py311
4545

4646
- repo: https://github.com/psf/black-pre-commit-mirror
47-
rev: 25.9.0
47+
rev: 25.12.0
4848
hooks:
4949
- id: black
5050
args:
5151
- --target-version=py311
5252

5353
- repo: https://github.com/pycqa/isort
54-
rev: 6.1.0
54+
rev: 7.0.0
5555
hooks:
5656
- id: isort
5757
args:

0 commit comments

Comments
 (0)