Skip to content

Commit b8c5b9e

Browse files
chore: update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.1 → v0.14.10](astral-sh/ruff-pre-commit@v0.14.1...v0.14.10) - [github.com/python-jsonschema/check-jsonschema: 0.34.1 → 0.36.0](python-jsonschema/check-jsonschema@0.34.1...0.36.0) - [github.com/astral-sh/uv-pre-commit: 0.9.4 → 0.9.21](astral-sh/uv-pre-commit@0.9.4...0.9.21)
1 parent e28695b commit b8c5b9e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ repos:
1111
exclude: uv.lock
1212

1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: "v0.14.1"
14+
rev: "v0.14.10"
1515
hooks:
1616
- id: ruff
1717
args: ["--fix", "--exit-non-zero-on-fix", "--show-fixes"]
1818
- id: ruff-format
1919

2020
- repo: https://github.com/python-jsonschema/check-jsonschema
21-
rev: "0.34.1"
21+
rev: "0.36.0"
2222
hooks:
2323
- id: check-github-workflows
2424

@@ -29,7 +29,7 @@ repos:
2929
args: [--autofix, --offset, '2', --preserve-quotes]
3030

3131
- repo: https://github.com/astral-sh/uv-pre-commit
32-
rev: 0.9.4
32+
rev: 0.9.21
3333
hooks:
3434
# Check and update the uv lockfile
3535
- id: uv-lock

0 commit comments

Comments
 (0)