Skip to content

Commit e3a5a13

Browse files
authored
Merge pull request #61 from opengisch/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 8eb1763 + de4a5a7 commit e3a5a13

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
@@ -23,29 +23,29 @@ repos:
2323
- --markdown-linebreak-ext=md
2424

2525
- repo: https://github.com/asottile/pyupgrade
26-
rev: v3.20.0
26+
rev: v3.21.2
2727
hooks:
2828
- id: pyupgrade
2929
args:
3030
- --py39-plus
3131

3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: "v0.13.3"
33+
rev: "v0.14.10"
3434
hooks:
3535
- id: ruff
3636
args:
3737
- --fix-only
3838
- --target-version=py39
3939

4040
- repo: https://github.com/psf/black-pre-commit-mirror
41-
rev: 25.9.0
41+
rev: 25.12.0
4242
hooks:
4343
- id: black
4444
args:
4545
- --target-version=py39
4646

4747
- repo: https://github.com/pycqa/isort
48-
rev: 6.1.0
48+
rev: 7.0.0
4949
hooks:
5050
- id: isort
5151
args:

0 commit comments

Comments
 (0)