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
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exclude: |
repos:
# Priority 0: Read-only hooks; hooks that modify disjoint file types.
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.10.0
rev: 0.10.2
hooks:
- id: uv-lock
priority: 0
Expand All @@ -22,7 +22,7 @@ repos:
priority: 0

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.0
rev: v0.15.1
hooks:
- id: ruff-format
priority: 0
Expand Down Expand Up @@ -55,7 +55,7 @@ repos:
priority: 1

- repo: https://github.com/crate-ci/typos
rev: v1.43.3
rev: v1.43.4
hooks:
- id: typos
priority: 0
Expand Down Expand Up @@ -91,7 +91,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.10
rev: v1.7.11
hooks:
- id: actionlint
stages:
Expand Down