diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c36f2a0..7152c99 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,12 +10,12 @@ repos: - id: check-toml - repo: https://github.com/zizmorcore/zizmor-pre-commit - rev: v1.19.0 + rev: v1.20.0 hooks: - id: zizmor - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.9.18 + rev: 0.9.24 hooks: - id: uv-lock @@ -25,14 +25,14 @@ repos: - id: codespell - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.10 + rev: v0.14.11 hooks: - id: ruff-format - id: ruff-check args: [--fix, --show-fixes] - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.15.0 + rev: v2.16.0 hooks: - id: pretty-format-yaml args: [--autofix, --indent, '2']