Skip to content

Commit 6a0d64b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.4 → v0.15.12](astral-sh/ruff-pre-commit@v0.15.4...v0.15.12) - [github.com/python-jsonschema/check-jsonschema: 0.37.0 → 0.37.2](python-jsonschema/check-jsonschema@0.37.0...0.37.2) - [github.com/zizmorcore/zizmor-pre-commit: v1.24.0 → v1.24.1](zizmorcore/zizmor-pre-commit@v1.24.0...v1.24.1) - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v1.20.2](pre-commit/mirrors-mypy@v1.19.1...v1.20.2) - [github.com/astral-sh/uv-pre-commit: 0.10.9 → 0.11.8](astral-sh/uv-pre-commit@0.10.9...0.11.8)
1 parent 3e484b4 commit 6a0d64b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ ci:
22
autoupdate_schedule: monthly
33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: v0.15.4
5+
rev: v0.15.12
66
hooks:
77
- id: ruff
88
- id: ruff-format
99
- repo: https://github.com/python-jsonschema/check-jsonschema
10-
rev: 0.37.0
10+
rev: 0.37.2
1111
hooks:
1212
- id: check-github-workflows
1313
- repo: https://github.com/zizmorcore/zizmor-pre-commit
14-
rev: v1.24.0
14+
rev: v1.24.1
1515
hooks:
1616
- id: zizmor
1717
- repo: https://github.com/asottile/blacken-docs
@@ -20,11 +20,11 @@ repos:
2020
- id: blacken-docs
2121
additional_dependencies: [black==24.10.0]
2222
- repo: https://github.com/pre-commit/mirrors-mypy
23-
rev: v1.19.1
23+
rev: v1.20.2
2424
hooks:
2525
- id: mypy
2626
additional_dependencies: ["marshmallow>=3,<4"]
2727
- repo: https://github.com/astral-sh/uv-pre-commit
28-
rev: 0.10.9
28+
rev: 0.11.8
2929
hooks:
3030
- id: uv-lock

0 commit comments

Comments
 (0)