Update pre-commit dependencies (#1574)
Some checks failed
CI / Check generated files unedited (push) Has been cancelled
CI / python package (push) Has been cancelled
CI / pre-commit (push) Has been cancelled
CI / mkdocs (push) Has been cancelled

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-11-17 08:07:28 +01:00 committed by GitHub
parent c1ce1b4960
commit 18761f5ed5
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.9.8
rev: 0.9.9
hooks:
- id: uv-lock
@ -19,7 +19,7 @@ repos:
- id: check-merge-conflict
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.14.4
rev: v0.14.5
hooks:
- id: ruff-format
- id: ruff
@ -47,7 +47,7 @@ repos:
- id: markdownlint-fix
- repo: https://github.com/crate-ci/typos
rev: v1.39.0
rev: v1.39.2
hooks:
- id: typos
@ -66,7 +66,7 @@ repos:
- id: zizmor
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.34.1
rev: 0.35.0
hooks:
- id: check-github-workflows