diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ea787ba46..98dce2889 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ exclude: | repos: - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.8.19 + rev: 0.8.22 hooks: - id: uv-lock - repo: https://github.com/pre-commit/pre-commit-hooks @@ -18,7 +18,7 @@ repos: - id: check-merge-conflict - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.13.1 + rev: v0.13.2 hooks: - id: ruff-format - id: ruff @@ -45,7 +45,7 @@ repos: - id: markdownlint-fix - repo: https://github.com/crate-ci/typos - rev: v1.36.2 + rev: v1.36.3 hooks: - id: typos @@ -59,7 +59,7 @@ repos: # zizmor detects security vulnerabilities in GitHub Actions workflows. # Additional configuration for the tool is found in `.github/zizmor.yml` - repo: https://github.com/woodruffw/zizmor-pre-commit - rev: v1.13.0 + rev: v1.14.2 hooks: - id: zizmor