Skip to content

Commit 3c076fc

Browse files
chore: pre-commit autoupdate (#2898)
updates: - [github.com/python-jsonschema/check-jsonschema: 0.31.2 → 0.31.3](python-jsonschema/check-jsonschema@0.31.2...0.31.3) - [github.com/astral-sh/ruff-pre-commit: v0.9.9 → v0.9.10](astral-sh/ruff-pre-commit@v0.9.9...v0.9.10) - [github.com/astral-sh/uv-pre-commit: 0.6.3 → 0.6.5](astral-sh/uv-pre-commit@0.6.3...0.6.5) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 1bc35ff commit 3c076fc

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
@@ -42,14 +42,14 @@ repos:
4242
- id: trailing-whitespace
4343

4444
- repo: https://github.com/python-jsonschema/check-jsonschema
45-
rev: 0.31.2
45+
rev: 0.31.3
4646
hooks:
4747
- id: check-dependabot
4848
- id: check-github-workflows
4949
- id: check-readthedocs
5050

5151
- repo: https://github.com/astral-sh/ruff-pre-commit
52-
rev: v0.9.9
52+
rev: v0.9.10
5353
hooks:
5454
- id: ruff
5555
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
@@ -64,7 +64,7 @@ repos:
6464
)$
6565
6666
- repo: https://github.com/astral-sh/uv-pre-commit
67-
rev: 0.6.3
67+
rev: 0.6.5
6868
hooks:
6969
- id: uv-lock
7070
- id: uv-sync

0 commit comments

Comments
 (0)