Skip to content

Commit 57461f4

Browse files
authored
Merge pull request #102 from geotribu/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 0a2c5d8 + 0fe855b commit 57461f4

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)