Skip to content

Commit 16cd062

Browse files
[pre-commit.ci] pre-commit autoupdate (#718)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.9 → v0.15.12](astral-sh/ruff-pre-commit@v0.15.9...v0.15.12) - [github.com/python-jsonschema/check-jsonschema: 0.37.1 → 0.37.2](python-jsonschema/check-jsonschema@0.37.1...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/astral-sh/uv-pre-commit: 0.11.3 → 0.11.8](astral-sh/uv-pre-commit@0.11.3...0.11.8) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a09b74b commit 16cd062

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,17 +2,17 @@ ci:
22
autoupdate_schedule: monthly
33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: v0.15.9
5+
rev: v0.15.12
66
hooks:
77
- id: ruff-check
88
- id: ruff-format
99
- repo: https://github.com/python-jsonschema/check-jsonschema
10-
rev: 0.37.1
10+
rev: 0.37.2
1111
hooks:
1212
- id: check-github-workflows
1313
- id: check-readthedocs
1414
- repo: https://github.com/zizmorcore/zizmor-pre-commit
15-
rev: v1.24.0
15+
rev: v1.24.1
1616
hooks:
1717
- id: zizmor
1818
- repo: https://github.com/asottile/blacken-docs
@@ -21,6 +21,6 @@ repos:
2121
- id: blacken-docs
2222
additional_dependencies: [black==25.1.0]
2323
- repo: https://github.com/astral-sh/uv-pre-commit
24-
rev: 0.11.3
24+
rev: 0.11.8
2525
hooks:
2626
- id: uv-lock

0 commit comments

Comments
 (0)