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 @@ -6,19 +6,19 @@ default_language_version:

repos:
- repo: https://github.com/hadolint/hadolint
rev: v2.13.1
rev: v2.14.0
hooks:
- id: hadolint-docker

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

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.33.3
rev: 0.34.0
hooks:
- id: check-github-workflows

Expand Down Expand Up @@ -74,15 +74,15 @@ repos:
stages: [manual]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.12.12
rev: v0.13.1
hooks:
- id: ruff
args: [--fix]

- id: ruff-format

- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.8.15
rev: 0.8.20
hooks:
- id: uv-lock
always_run: true
Expand Down