Skip to content

Commit 3a7d12d

Browse files
pre-commit-ci[bot]lafrech
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.15 → v0.15.20](astral-sh/ruff-pre-commit@v0.15.15...v0.15.20) - [github.com/python-jsonschema/check-jsonschema: 0.37.2 → 0.37.4](python-jsonschema/check-jsonschema@0.37.2...0.37.4) - [github.com/zizmorcore/zizmor-pre-commit: v1.25.2 → v1.26.1](zizmorcore/zizmor-pre-commit@v1.25.2...v1.26.1) - [github.com/astral-sh/uv-pre-commit: 0.11.17 → 0.11.26](astral-sh/uv-pre-commit@0.11.17...0.11.26)
1 parent 3e2b516 commit 3a7d12d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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.15
5+
rev: v0.15.20
66
hooks:
77
- id: ruff
88
- id: ruff-format
99
- repo: https://github.com/python-jsonschema/check-jsonschema
10-
rev: 0.37.2
10+
rev: 0.37.4
1111
hooks:
1212
- id: check-github-workflows
1313
- repo: https://github.com/zizmorcore/zizmor-pre-commit
14-
rev: v1.25.2
14+
rev: v1.26.1
1515
hooks:
1616
- id: zizmor
1717
- repo: https://github.com/asottile/blacken-docs
@@ -25,6 +25,6 @@ repos:
2525
- id: mypy
2626
additional_dependencies: ["marshmallow>=3,<4"]
2727
- repo: https://github.com/astral-sh/uv-pre-commit
28-
rev: 0.11.17
28+
rev: 0.11.26
2929
hooks:
3030
- id: uv-lock

0 commit comments

Comments
 (0)