Skip to content

Commit 8f7b771

Browse files
[pre-commit.ci] pre-commit autoupdate (#705)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.4 → v0.15.9](astral-sh/ruff-pre-commit@v0.15.4...v0.15.9) - [github.com/python-jsonschema/check-jsonschema: 0.37.0 → 0.37.1](python-jsonschema/check-jsonschema@0.37.0...0.37.1) - [github.com/astral-sh/uv-pre-commit: 0.10.9 → 0.11.3](astral-sh/uv-pre-commit@0.10.9...0.11.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 61fa59d commit 8f7b771

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ 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.9
66
hooks:
77
- id: ruff-check
88
- id: ruff-format
99
- repo: https://github.com/python-jsonschema/check-jsonschema
10-
rev: 0.37.0
10+
rev: 0.37.1
1111
hooks:
1212
- id: check-github-workflows
1313
- id: check-readthedocs
@@ -17,6 +17,6 @@ repos:
1717
- id: blacken-docs
1818
additional_dependencies: [black==25.1.0]
1919
- repo: https://github.com/astral-sh/uv-pre-commit
20-
rev: 0.10.9
20+
rev: 0.11.3
2121
hooks:
2222
- id: uv-lock

0 commit comments

Comments
 (0)