Skip to content
Open
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 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.21
rev: 0.11.24
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: v1.1.2
rev: v1.1.5
hooks:
- exclude: \A.+\.lock\Z
id: tombi-format
Expand Down Expand Up @@ -57,7 +57,7 @@ repos:
args: [--strict]

- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 43.227.0
rev: 43.242.0
hooks:
- id: renovate-config-validator
args: [--strict]
Expand Down Expand Up @@ -117,7 +117,7 @@ repos:
args: [--autofix]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.18
rev: v0.15.19
hooks:
- id: ruff-check
args: [--fix]
Expand Down
Loading
Loading