Skip to content

Commit 3265c13

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 cd3cda8 commit 3265c13

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.15
5+
rev: v0.15.20
66
hooks:
77
- id: ruff-check
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
- id: check-readthedocs
1414
- repo: https://github.com/zizmorcore/zizmor-pre-commit
15-
rev: v1.25.2
15+
rev: v1.26.1
1616
hooks:
1717
- id: zizmor
1818
# TODO: Remove blacken-docs when https://github.com/astral-sh/ruff/issues/8237 is implemented
@@ -22,6 +22,6 @@ repos:
2222
- id: blacken-docs
2323
additional_dependencies: [black==25.1.0]
2424
- repo: https://github.com/astral-sh/uv-pre-commit
25-
rev: 0.11.17
25+
rev: 0.11.26
2626
hooks:
2727
- id: uv-lock

0 commit comments

Comments
 (0)