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
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ repos:
- id: sync-pre-commit-deps
args: [--yaml-mapping, '2', --yaml-sequence, '4', --yaml-offset, '2']
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.9.15
rev: 0.9.21
hooks:
- id: uv-lock

Expand Down Expand Up @@ -116,15 +116,15 @@ repos:
- id: blacken-docs
additional_dependencies: [black==25.12.0]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.14.8
rev: v0.14.10
hooks:
- id: ruff-check
alias: ruff-isort
name: ruff isort
args: [--select, I001, --fix]
- id: ruff-check
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.19.0
rev: v1.19.1
hooks:
- id: mypy
name: mypy (without imports)
Expand All @@ -137,14 +137,14 @@ repos:
- id: validate-pyproject
additional_dependencies: ['validate-pyproject-schema-store[all]']
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.35.0
rev: 0.36.0
hooks:
- id: check-dependabot
- id: check-github-actions
- id: check-github-workflows
- id: check-readthedocs
- repo: https://github.com/rhysd/actionlint
rev: v1.7.9
rev: v1.7.10
hooks:
- id: actionlint

Expand All @@ -156,7 +156,7 @@ repos:

# spell checks
- repo: https://github.com/adhtruong/mirrors-typos
rev: v1.40.0
rev: v1.41.0
hooks:
- id: typos
- repo: https://github.com/codespell-project/codespell
Expand Down