diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dd9762599..0b351c58e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 @@ -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 @@ -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 @@ -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: