Skip to content
Closed
Changes from 1 commit
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
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
# Sync Python and pre-commit package versions
# pyproject.toml -> uv.lock
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.11.16
rev: 0.11.26
hooks:
- id: uv-lock
# uv.lock -> .pre-commit-config.yaml
Expand Down Expand Up @@ -98,7 +98,7 @@ repos:
- id: editorconfig-checker
exclude_types: [jupyter]
- repo: https://github.com/google/keep-sorted
rev: v0.8.0
rev: v0.9.1
hooks:
- id: keep-sorted

Expand All @@ -108,7 +108,7 @@ repos:
hooks:
- id: codespell
- repo: https://github.com/adhtruong/mirrors-typos
rev: v1.46.3
rev: v1.48.0
hooks:
- id: typos
- repo: local
Expand Down Expand Up @@ -148,7 +148,7 @@ repos:
- id: blacken-docs
additional_dependencies: [black==26.5.1]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.14
rev: v0.15.20
hooks:
- id: ruff-check
alias: ruff-isort
Expand Down Expand Up @@ -177,7 +177,7 @@ repos:

# pyproject.toml
- repo: https://github.com/henryiii/validate-pyproject-schema-store
rev: 2026.05.24
rev: 2026.07.06
hooks:
- id: validate-pyproject

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

# GitHub files
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.37.2
rev: 0.37.4
hooks:
- id: check-dependabot
- id: check-github-actions
Expand All @@ -200,7 +200,7 @@ repos:
hooks:
- id: actionlint
- repo: https://github.com/woodruffw/zizmor-pre-commit
rev: v1.25.2
rev: v1.26.1
hooks:
- id: zizmor

Expand Down
Loading