diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 199987b..51ec569 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -101,7 +101,7 @@ repos: - id: actionlint - repo: https://github.com/zizmorcore/zizmor-pre-commit - rev: v1.28.0 + rev: v1.29.0 hooks: - id: zizmor args: [--no-progress, --persona=auditor] @@ -113,7 +113,7 @@ repos: # Python - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.0 + rev: v0.16.1 hooks: - id: ruff-check args: [--fix] @@ -157,7 +157,7 @@ repos: args: [src] - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.11.32 + rev: 0.12.1 hooks: - id: uv-lock