Update pre-commit dependencies (#1339)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-10-13 08:22:38 +02:00 committed by GitHub
parent 808192afb0
commit 7b78640149
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@ exclude: |
repos:
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.8.23
rev: 0.9.2
hooks:
- id: uv-lock
- repo: https://github.com/pre-commit/pre-commit-hooks
@ -18,7 +18,7 @@ repos:
- id: check-merge-conflict
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.13.3
rev: v0.14.0
hooks:
- id: ruff-format
- id: ruff
@ -45,7 +45,7 @@ repos:
- id: markdownlint-fix
- repo: https://github.com/crate-ci/typos
rev: v1.37.2
rev: v1.38.1
hooks:
- id: typos
@ -71,7 +71,7 @@ repos:
# `actionlint` hook, for verifying correct syntax in GitHub Actions workflows.
# Some additional configuration for `actionlint` can be found in `.github/actionlint.yaml`.
- repo: https://github.com/rhysd/actionlint
rev: v1.7.7
rev: v1.7.8
hooks:
- id: actionlint
stages: