Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ default_stages: [pre-commit, pre-merge-commit, manual]

repos:
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.11.0
rev: 0.11.2
hooks:
- id: uv-lock
always_run: true
Expand All @@ -21,7 +21,7 @@ repos:
- id: codespell

- repo: https://github.com/tombi-toml/tombi-pre-commit
rev: v0.9.9
rev: v0.9.12
hooks:
- id: tombi-format
- id: tombi-lint
Expand All @@ -32,7 +32,7 @@ repos:
- id: sync-with-uv

- repo: https://github.com/rhysd/actionlint
rev: v1.7.11
rev: v1.7.12
hooks:
- id: actionlint
additional_dependencies: [github.com/wasilibs/go-shellcheck/cmd/shellcheck@latest] # yamllint disable-line rule:key-ordering
Expand All @@ -56,14 +56,14 @@ repos:
args: [--strict]

- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 43.87.1
rev: 43.101.2
hooks:
- id: renovate-config-validator
args: [--strict]
stages: [manual]

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.37.0
rev: 0.37.1
hooks:
- id: check-jsonschema
args: [--schemafile, 'https://json.schemastore.org/yamllint.json'] # yamllint disable-line rule:quoted-strings
Expand Down
Loading