Skip to content

Commit b656cf9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.1](pre-commit/mirrors-mypy@v1.15.0...v1.16.1) - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) - [github.com/python-jsonschema/check-jsonschema: 0.32.1 → 0.33.2](python-jsonschema/check-jsonschema@0.32.1...0.33.2) - [github.com/astral-sh/ruff-pre-commit: v0.11.4 → v0.12.2](astral-sh/ruff-pre-commit@v0.11.4...v0.12.2)
1 parent 8f5d2d5 commit b656cf9

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
@@ -31,7 +31,7 @@ repos:
3131
# - hatch-vcs
3232

3333
- repo: https://github.com/pre-commit/mirrors-mypy
34-
rev: v1.15.0
34+
rev: v1.16.1
3535
hooks:
3636
- id: mypy
3737
files: src
@@ -51,7 +51,7 @@ repos:
5151
- id: rst-directive-colons
5252

5353
- repo: https://github.com/asottile/pyupgrade
54-
rev: v3.19.1
54+
rev: v3.20.0
5555
hooks:
5656
- id: pyupgrade
5757
args: [ --py39-plus ]
@@ -90,7 +90,7 @@ repos:
9090
- id: rm-unneeded-f-str
9191

9292
- repo: https://github.com/python-jsonschema/check-jsonschema
93-
rev: 0.32.1
93+
rev: 0.33.2
9494
hooks:
9595
- id: check-github-workflows
9696
- id: check-github-actions
@@ -103,7 +103,7 @@ repos:
103103
- id: auto-walrus
104104

105105
- repo: https://github.com/astral-sh/ruff-pre-commit
106-
rev: "v0.11.4"
106+
rev: "v0.12.2"
107107
hooks:
108108
- id: ruff
109109
types_or: [ python, pyi, jupyter ]

0 commit comments

Comments
 (0)